Files

3 lines
106 B
TypeScript

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