1 | "use strict";
|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
3 | exports.bnFromHex = void 0;
|
4 | var toBn_js_1 = require("../hex/toBn.js");
|
5 | Object.defineProperty(exports, "bnFromHex", { enumerable: true, get: function () { return toBn_js_1.hexToBn; } });
|