UNPKG

@withjoy/joykit

Version:

UI Component Library for Joy web

6 lines (5 loc) 183 B
export declare function capitalize(str?: string, lowercase?: boolean): { valid: boolean; text?: string; }; export declare function isString(value: any): value is string;