UNPKG

@zlattice/lattice-js

Version:

Lattice blockchain TypeScript SDK with dual module support (CJS + ESM)

8 lines 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.THREE = exports.TWO = exports.ONE = exports.ZERO = void 0; exports.ZERO = BigInt(0); exports.ONE = BigInt(1); exports.TWO = BigInt(2); exports.THREE = BigInt(3); //# sourceMappingURL=bn.js.map