mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-04 16:04:45 +08:00
Merge pull request #1909 from jvilk/filesystem-fixes
filesystem: `root` is a DirectoryEntry.
This commit is contained in:
Vendored
+1
-1
@@ -110,7 +110,7 @@ interface FileSystem{
|
||||
* The root directory of the file system.
|
||||
* @readonly
|
||||
*/
|
||||
root:any;
|
||||
root: DirectoryEntry;
|
||||
}
|
||||
|
||||
interface Entry {
|
||||
|
||||
Reference in New Issue
Block a user