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