index.d.ts 90 B

123
  1. declare function isBigInt(value: unknown): value is (bigint | BigInt);
  2. export = isBigInt;