UNPKG

is-what

Version:

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

3 lines (2 loc) 147 B
/** Returns whether the payload is a an array with at least 1 item */ export declare function isFullArray(payload: unknown): payload is unknown[];