isBigInt.d.ts 118 B

12
  1. /** Returns whether the payload is a bigint */
  2. export declare function isBigInt(payload: unknown): payload is bigint;