(
path: string,
options: {
encoding?:
| 'ascii'
| 'utf8'
| 'utf-8'
| 'utf16le'
| 'ucs2'
| 'ucs-2'
| 'base64'
| 'base64url'
| 'latin1'
| 'binary'
| 'hex'
| null;
withFileTypes: true;
},
)
| 17 | |
| 18 | interface FileSystemAPI { |
| 19 | readdir( |
| 20 | path: string, |
| 21 | options: { |
| 22 | encoding?: |
no outgoing calls
no test coverage detected