UNPKG

@fancyapps/ui

Version:

Robust JavaScript UI Component Library

5 lines (4 loc) 113 B
/** * Check if the given object is a string */ export declare const isString: (obj: unknown) => obj is string;