0.0.4 • Published 1 year ago

coducer-fetch v0.0.4

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

coducer

This will help for all come of fetch operations

NPM JavaScript Style Guide

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

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago