Validation_Suite/validation-suite/frontend/atlas/node_modules/is-bigint/index.d.ts

3 lines
No EOL
90 B
TypeScript

declare function isBigInt(value: unknown): value is (bigint | BigInt);
export = isBigInt;