fetch-extra-core
v1.0.1
Published
the core module for creating `fetch-extra`
Downloads
16
Maintainers
Readme
fetch-extra-core
The core module for creating fetch-extra
Usages
import createFetchExtra from 'fetch-extra-core';
export default createFetch({
fetch: window.fetch,
Request: window.Request,
});License
MIT
