We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f3ef25 + 5122b8f commit f6b9233Copy full SHA for f6b9233
README.md
@@ -376,7 +376,7 @@ type StatResult = {
376
path: // The same as filepath argument
377
ctime: date; // The creation date of the file
378
mtime: date; // The last modified date of the file
379
- size: string; // Size in bytes
+ size: number; // Size in bytes
380
mode: number; // UNIX file mode
381
originalFilepath: string; // ANDROID: In case of content uri this is the pointed file path, otherwise is the same as path
382
isFile: () => boolean; // Is the file just a file?
0 commit comments