UNPKG

@cspell/cspell-tools

Version:
10 lines 382 B
/** * Split camelCase words into an array of strings. */ export declare function splitCamelCaseWord(word: string): string[]; /** * Split camelCase words into an array of strings, try to fix English words. */ export declare function splitCamelCaseWordAutoStem(word: string): string[]; export declare function isSingleLetter(c: string): boolean; //# sourceMappingURL=text.d.ts.map