UNPKG

is-what

Version:

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

3 lines (2 loc) 148 B
/** Returns whether the payload is a string, BUT returns false for '' */ export declare function isFullString(payload: unknown): payload is string;