Files
pezkuwi-common/packages/util/cjs/bn/fromHex.js
T

6 lines
263 B
JavaScript

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