0.0.2 • Published 1 year ago

coducer-axios v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

coducer

This will help for all come of axios operations

NPM JavaScript Style Guide

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

0.0.2

1 year ago

0.0.1

1 year ago