@shared/fetch
v0.4.5
Published
fetch utils
Downloads
2
Readme
fetchUtils
Install
$ npm install git+ssh://[email protected]:heineiuo/fetchUtils --save-dev
Usage
import {Mock, POSTUrlencodeJSON, POSTRawJSON} from '@heineiuo/fetch-utils'
use with webpack & babel:
{
test: /(\.js|\.jsx)$/,
exclude: /(node_modules\/)?!\@heineiuo)/,
loader: 'babel',
query: {
presets: ['es2015', 'stage-0', 'react']
}
}