* Gets the stats of a file or directory. * @param path The path to the file or directory. * @returns A promise that resolves to the stats.
(path: string)
| 44 | * @returns A promise that resolves to the stats. |
| 45 | */ |
| 46 | stat(path: string): Promise<Stats>; |
| 47 | |
| 48 | /** |
| 49 | * Reads the content of a file. |
no outgoing calls
no test coverage detected