(id: string)
| 31 | writeFile(path: string, data: string, options?: Record<string, any>): Promise<void>; |
| 32 | unlink(path: string): Promise<void>; |
| 33 | dynamicImport<T = any>(id: string): Promise<T>; |
| 34 | } |
| 35 | |
| 36 | export const fs: FsUtils = { |
no outgoing calls
no test coverage detected