mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-06-17 21:51:07 +00:00
3 lines
106 B
TypeScript
3 lines
106 B
TypeScript
import type { ToBn } from '../types.js';
|
|
export declare const isToBn: (value?: unknown) => value is ToBn;
|