mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-05-01 03:07:57 +00:00
6 lines
197 B
JavaScript
6 lines
197 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.isToBn = void 0;
|
|
const helpers_js_1 = require("./helpers.js");
|
|
exports.isToBn = (0, helpers_js_1.isOn)('toBn');
|