mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-29 11:12:23 +08:00
Add birthtime to fs.Stats
This commit is contained in:
Vendored
+1
@@ -1062,6 +1062,7 @@ declare module "fs" {
|
||||
atime: Date;
|
||||
mtime: Date;
|
||||
ctime: Date;
|
||||
birthtime: Date;
|
||||
}
|
||||
|
||||
interface FSWatcher extends events.EventEmitter {
|
||||
|
||||
Reference in New Issue
Block a user