CBORNegativeInteger
Represents a CBOR negative integer (major type 1).
Constructor
function constructor(value: bigint): value;
Parameters
value: A negative value (excluding 0)
Methods
Properties
interface Properties {
	value: bigint;
}
value
Represents a CBOR negative integer (major type 1).
function constructor(value: bigint): value;
value: A negative value (excluding 0)interface Properties {
	value: bigint;
}
value