UNPKG

115 BTypeScriptView Raw
1import type { ToBigInt } from '../types';
2export declare const isToBigInt: (value?: unknown) => value is ToBigInt;