UNPKG

is-what

Version:

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

3 lines (2 loc) 110 B
/** Returns whether the payload is null */ export declare function isNull(payload: unknown): payload is null;