@polkadot/util
Version:
A collection of useful utilities for @polkadot
13 lines (10 loc) • 311 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.isToBn = void 0;
var _helpers = require("./helpers");
// Copyright 2017-2022 @polkadot/util authors & contributors
// SPDX-License-Identifier: Apache-2.0
const isToBn = (0, _helpers.isOn)('toBn');
exports.isToBn = isToBn;