UNPKG

@polkadot/util

Version:
3 lines (2 loc) 103 B
import type { ToBn } from '../types'; export declare const isToBn: (value?: unknown) => value is ToBn;