CBORSimple

Represents a CBOR simple value (major type 7).

Constructor

function constructor(value: number): this;

Parameters

  • value

Properties

interface Properties {
	value: number;
}
  • value