UNPKG

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