fetch-es6-utils

0.1.0 • Public • Published

fetchUtils

Install

$ npm install git+ssh://git@github.com:heineiuo/fetchUtils --save-dev 

Usage

import {Mock, POSTUrlencodeJSON, POSTRawJSON} from 'fetch-utils'
 

use with webpack & babel:

 {
    test: /(\.js|\.jsx)$/,
    exclude: /(node_modules\/)?!\@heineiuo)/, 
    loader: 'babel',
    query: {
      presets: ['es2015', 'stage-0', 'react']
    }
 }

Readme

Keywords

none

Package Sidebar

Install

npm i fetch-es6-utils

Weekly Downloads

4

Version

0.1.0

License

MIT

Last publish

Collaborators

  • heineiuo