UNPKG

@cspell/cspell-tools

Version:
3 lines 237 B
export declare function writeTextToFile(filename: string, data: string): Promise<void>; export declare function writeTextLinesToFile(filename: string, lines: Iterable<string>): Promise<void>; //# sourceMappingURL=writeTextToFile.d.ts.map