UNPKG

is-what

Version:

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

3 lines (2 loc) 174 B
/** Returns whether the payload is literally the value `NaN` (it's `NaN` and also a `number`) */ export declare function isNaNValue(payload: unknown): payload is typeof NaN;