(
path: string,
options?: { encoding?: null; flag?: string | number; signal?: AbortSignal }
)
| 1168 | readdir(path: string, options?: { withFileTypes: true }): Promise<RollupDirectoryEntry[]>; |
| 1169 | |
| 1170 | readFile( |
| 1171 | path: string, |
| 1172 | options?: { encoding?: null; flag?: string | number; signal?: AbortSignal } |
| 1173 | ): Promise<Uint8Array>; |
no outgoing calls
no test coverage detected