UNPKG

@polkadot/util

Version:
13 lines (10 loc) 331 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isToBigInt = void 0; var _helpers = require("./helpers"); // Copyright 2017-2022 @polkadot/util authors & contributors // SPDX-License-Identifier: Apache-2.0 const isToBigInt = (0, _helpers.isOn)('toBigInt'); exports.isToBigInt = isToBigInt;