@node-dlc/core
Version:
8 lines • 545 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.calcBytes = exports.bigintToBuffer = void 0;
// Re-export BigIntUtils functions from common package to maintain backward compatibility
var common_1 = require("@node-dlc/common");
Object.defineProperty(exports, "bigintToBuffer", { enumerable: true, get: function () { return common_1.bigintToBuffer; } });
Object.defineProperty(exports, "calcBytes", { enumerable: true, get: function () { return common_1.calcBytes; } });
//# sourceMappingURL=BigIntUtils.js.map