Skip to main content
Module

x/polkadot/util/is/toBn.ts

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

import type { ToBn } from '../types.ts';
import { isOn } from './helpers.ts';
export const isToBn = /*#__PURE__*/ isOn<ToBn>('toBn');