UNPKG

is-what

Version:

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

3 lines (2 loc) 140 B
/** Returns whether the payload is a Date, and that the date is valid */ export declare function isDate(payload: unknown): payload is Date;