UNPKG
react-native-formdata-helper
Version:
latest (1.0.1)
1.0.1
1.0.0
A simple, reusable helper library for handling FormData requests in React Native.
react-native-formdata-helper
/
index.ts
3 lines
(2 loc)
•
120 B
text/typescript
View Raw
1
2
3
export
{ serializeFormData }
from
"./src/helpers/serializeFormData"
;
export
{ uploadFormData }
from
"./src/uploader"
;