0.0.4 • Published 1 year ago
coducer-fetch v0.0.4
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