MCPcopy Index your code
hub / github.com/angular/angular-cli / writeFile

Function writeFile

tests/e2e/utils/fs.ts:8–10  ·  view source on GitHub ↗
(fileName: string, content: string, options?: any)

Source from the content-addressed store, hash-verified

6}
7
8export function writeFile(fileName: string, content: string, options?: any): Promise<void> {
9 return fs.writeFile(fileName, content, options);
10}
11
12export function deleteFile(path: string): Promise<void> {
13 return fs.unlink(path);

Calls 1

writeFileMethod · 0.65

Tested by

no test coverage detected