UNPKG

@polkadot/util

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