UNPKG

@cspell/cspell-tools

Version:
5 lines 405 B
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