(path: string, options?: { mode?: number })
| 212 | |
| 213 | interface DirectWriteVfs { |
| 214 | createFileSync(path: string, options?: { mode?: number }): void; |
| 215 | writeRangeSync( |
| 216 | path: string, |
| 217 | data: Buffer | Uint8Array, |
no outgoing calls
no test coverage detected