diff --git a/FS.common.js b/FS.common.js index 3cf9493..d4e4ea1 100644 --- a/FS.common.js +++ b/FS.common.js @@ -43,6 +43,8 @@ type StatResult = { path: string; // The absolute path to the item size: string; // Size in bytes mode: number; // UNIX file mode + ctime: number; // Created date + utime: number; // Updated date isFile: () => boolean; // Is the file just a file? isDirectory: () => boolean; // Is the file a directory? };