* Overwrite (or create) a file with the given bytes. `opts.mode` * lets the caller pin the resulting file's POSIX mode — used by * `edit` and `write` to preserve the executable bit across an * overwrite.
(path: string, content: Uint8Array, opts?: { mode?: number })
| 42 | * overwrite. |
| 43 | */ |
| 44 | write(path: string, content: Uint8Array, opts?: { mode?: number }): Promise<void>; |
| 45 | } |
no outgoing calls
no test coverage detected