Files
pezkuwi-common/packages/util/is/toBigInt.d.ts
T

3 lines
118 B
TypeScript

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