mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-25 14:07:58 +00:00
6 lines
263 B
JavaScript
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; } });
|