Skip to content

Commit

Permalink
Merge pull request #1092 from pengxiguaa/master
Browse files Browse the repository at this point in the history
The size field in StatResult is of type number
  • Loading branch information
itinance authored May 4, 2022
2 parents 9f3ef25 + 5122b8f commit f6b9233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ type StatResult = {
path: // The same as filepath argument
ctime: date; // The creation date of the file
mtime: date; // The last modified date of the file
size: string; // Size in bytes
size: number; // Size in bytes
mode: number; // UNIX file mode
originalFilepath: string; // ANDROID: In case of content uri this is the pointed file path, otherwise is the same as path
isFile: () => boolean; // Is the file just a file?
Expand Down

0 comments on commit f6b9233

Please sign in to comment.