* Write content to a file, creating it if it doesn't exist
(
path: string,
content: FileContent,
options?: WriteFileOptions | BufferEncoding,
)
| 158 | * Write content to a file, creating it if it doesn't exist |
| 159 | */ |
| 160 | writeFile( |
| 161 | path: string, |
| 162 | content: FileContent, |
| 163 | options?: WriteFileOptions | BufferEncoding, |
no outgoing calls
no test coverage detected