UNPKG

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