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