UNPKG

is-what

Version:

JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.

3 lines (2 loc) 128 B
/** Returns whether the payload is an integer number */ export declare function isInteger(payload: unknown): payload is number;