Skip to content

Commit 5122b8f

Browse files
authored
Update README.md
1 parent fcb62f6 commit 5122b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ type StatResult = {
375375
path: // The same as filepath argument
376376
ctime: date; // The creation date of the file
377377
mtime: date; // The last modified date of the file
378-
size: string; // Size in bytes
378+
size: number; // Size in bytes
379379
mode: number; // UNIX file mode
380380
originalFilepath: string; // ANDROID: In case of content uri this is the pointed file path, otherwise is the same as path
381381
isFile: () => boolean; // Is the file just a file?

0 commit comments

Comments
 (0)