Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/cspell/dist/esm/util/writeFile.d.ts
export declare function writeFileOrStream(filename: string, data: string): Promise<void>;
export declare function writeStream(stream: NodeJS.WriteStream, data: string): Promise<void>;
//# sourceMappingURL=writeFile.d.ts.map