@ganache/utils
Version:
Utility functions for @ganache packages
7 lines • 473 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.toBigIntBE = exports.toBufferBE = void 0;
var bigint_buffer_1 = require("@trufflesuite/bigint-buffer");
Object.defineProperty(exports, "toBufferBE", { enumerable: true, get: function () { return bigint_buffer_1.toBufferBE; } });
Object.defineProperty(exports, "toBigIntBE", { enumerable: true, get: function () { return bigint_buffer_1.toBigIntBE; } });
//# sourceMappingURL=common.js.map