@cspell/cspell-tools
Version:
Tools to assist with the development of cSpell
10 lines • 382 B
TypeScript
/**
* 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