@cspell/cspell-tools
Version:
Tools to assist with the development of cSpell
5 lines • 405 B
TypeScript
import type { AllowedSplitWordsCollection } from './WordsCollection.js';
export declare const regExpSpaceOrDash: RegExp;
export declare const regExpIsNumber: RegExp;
export declare function splitCamelCaseIfAllowed(word: string, allowedWords: AllowedSplitWordsCollection, keepCase: boolean, compoundPrefix: string, minCompoundLength: number): string[];
//# sourceMappingURL=splitCamelCaseIfAllowed.d.ts.map