* Read the contents of a file as a Uint8Array (binary) * @throws Error if file doesn't exist or is a directory
(path: string)
| 153 | * @throws Error if file doesn't exist or is a directory |
| 154 | */ |
| 155 | readFileBuffer(path: string): Promise<Uint8Array>; |
| 156 | |
| 157 | /** |
| 158 | * Write content to a file, creating it if it doesn't exist |
no outgoing calls
no test coverage detected