UNPKG

pouchdb-fetch

Version:
8 lines (5 loc) 170 B
import nodeFetch from 'node-fetch'; export { Headers } from 'node-fetch'; import fetchCookie from 'fetch-cookie'; var fetch = fetchCookie(nodeFetch); export { fetch };