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