itinance / react-native-fs

Native filesystem access for react-native
MIT License
4.89k stars 954 forks source link

docs: Change return type Promise<void> to void from startUpload documentation #1195

Open zatteo opened 9 months ago

zatteo commented 9 months ago

According to TS types and code, this method return void and not Promise<void>