Skip to main content
Module

x/polkadot/util/is/toBigInt.ts

Package publishing for deno.land/x/polkadot
Go to Latest
File

import type { ToBigInt } from '../types.ts';
import { isOn } from './helpers.ts';
export const isToBigInt = /*#__PURE__*/ isOn<ToBigInt>('toBigInt');