Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/cspell-config-lib/dist/IO.d.ts
import type { TextFile, TextFileRef } from './TextFile.js';
export interface IO {
readFile(url: URL): Promise<TextFile>;
writeFile(file: TextFile): Promise<TextFileRef>;
}
//# sourceMappingURL=IO.d.ts.map