UNPKG

@polkadot/util

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