UNPKG

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