Skip to content

Commit f6b9233

Browse files
authored
Merge pull request itinance#1092 from pengxiguaa/master
The size field in StatResult is of type number
2 parents 9f3ef25 + 5122b8f commit f6b9233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

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

0 commit comments

Comments
 (0)