UNPKG

cspell-lib

Version:

A library of useful functions used across various cspell tools.

3 lines 201 B
import { type TextEncoding } from 'cspell-io'; export declare function readLines(url: URL | string, encoding?: TextEncoding): Promise<IterableIterator<string>>; //# sourceMappingURL=fileReader.d.ts.map