ArnaudRinquin/fetch-decorators

View on GitHub
src/index.js

Summary

Maintainability
A
0 mins
Test Coverage
export { extractJson } from './extract';
export { extractText } from './extract';
export { extractBlob } from './extract';
export { extractAuto } from './extract';

export { fetchify } from './fetchify';

export { bodify } from './bodify';