react-native-fs
react-native-fs copied to clipboard
docs: Change return type Promise<void> to void from startUpload documentation
According to TS types and code, this method return void and not Promise<void>