isInteger.d.ts 128 B

12
  1. /** Returns whether the payload is an integer number */
  2. export declare function isInteger(payload: unknown): payload is number;