Current section

Files

Jump to
spellweaver priv bun node_modules cspell-config-lib dist IO.d.ts
Raw

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