itinance / react-native-fs

Native filesystem access for react-native
MIT License
4.9k stars 958 forks source link

Fix types for StatResult's ctime and mtime #1164

Open jlpiedrahita opened 1 year ago

jlpiedrahita commented 1 year ago

According to the docs, type for ctime and mtime in StatResult should be Date not number.

tiagomsmagalhaes commented 1 year ago

@itinance can you expedite this simple PR?