0.1.0 • Published 8 years ago

fetch-es6-utils v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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']
    }
 }