UNPKG

@cspell/cspell-tools

Version:
4 lines 416 B
import type { AllowedSplitWordsCollection } from './WordsCollection.js'; export declare function legacyLineToWords(line: string, keepCase: boolean, allowedSplitWords: AllowedSplitWordsCollection): Iterable<string>; export declare function legacyLinesToWords(lines: Iterable<string>, keepCase: boolean, allowedSplitWords: AllowedSplitWordsCollection): Iterable<string>; //# sourceMappingURL=legacyLineToWords.d.ts.map