birdofpreyru / react-native-fs

File system access for React Native
https://dr.pogodin.studio/docs/react-native-file-system
Other
121 stars 8 forks source link

Correct the type of ctime and mtime in StatResultT. #54

Closed Yupeng-li closed 3 days ago

Yupeng-li commented 4 days ago

According the doc and code, the type of ctime and mtime in StatResultT should be Date but not Date | number.

This pull request is to correct the type. I also exported the StatResultT in the same way as how DownloadResultT and etc are exported.

birdofpreyru commented 3 days ago

Thanks @Yupeng-li! I guess, you have hot-patched it in your code already, thus no there is no rush to release updated package?

Yupeng-li commented 3 days ago

@birdofpreyru Thank you for merging it. Yes, I do have patch. No rush to release a new version.