3 lines
90 B
TypeScript
Executable File
3 lines
90 B
TypeScript
Executable File
declare function isBigInt(value: unknown): value is (bigint | BigInt);
|
|
|
|
export = isBigInt; |