UNPKG

@polkadot/util

Version:
7 lines (6 loc) 221 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BN = void 0; const tslib_1 = require("tslib"); const bn_js_1 = tslib_1.__importDefault(require("bn.js")); exports.BN = bn_js_1.default;