UNPKG

@klayr/utils

Version:

Library containing generic utility functions for use with Klayr-related software

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