coducer-axios
v0.0.2
Published
This will help for all come of axios operations
Downloads
4
Readme
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