Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/cspell-lib/dist/lib/util/fileReader.d.ts
import { type TextEncoding } from 'cspell-io';
export declare function readLines(url: URL | string, encoding?: TextEncoding): Promise<IterableIterator<string>>;
//# sourceMappingURL=fileReader.d.ts.map