0.0.2 • Published 1 year ago
coducer-axios v0.0.2
coducer
This will help for all come of axios operations
Install
npm install --save coducer-axios
Usage
import { _delete,
downloadPost,
get,
patch,
post,
put } from "coducer-axios";
function App() {
return (
<div className="App">
</div>
);
}
export default App;
License
MIT © coducer