mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 06:47:57 +00:00
3 lines
118 B
TypeScript
3 lines
118 B
TypeScript
import type { ToBigInt } from '../types.js';
|
|
export declare const isToBigInt: (value?: unknown) => value is ToBigInt;
|