coducer-fetch
v0.0.4
Published
This will help for all come of fetch operations
Downloads
3
Readme
coducer
This will help for all come of fetch operations
Install
npm install --save coducer-fetch
Usage
import { _delete,
get,
multipart,
multipartPut,
post,
put } from "coducer-fetch";
function App() {
return (
<div className="App">
</div>
);
}
export default App;
License
MIT © coducer