isNegativeInteger.d.ts 149 B

12
  1. /** Returns whether the payload is a negative Integer (but not 0) */
  2. export declare function isNegativeInteger(payload: unknown): payload is number;