UNPKG

116 BTypeScriptView Raw
1export declare function camelCase(str?: string): string;
2export declare function isString(str: any): str is string;