Current section

Files

Jump to
spellweaver priv bun node_modules cspell dist esm util writeFile.d.ts
Raw

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