UNPKG

pouchdb-fetch

Version:
15 lines (9 loc) 454 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } var nodeFetch = require('node-fetch'); var nodeFetch__default = _interopDefault(nodeFetch); var fetchCookie = _interopDefault(require('fetch-cookie')); var fetch = fetchCookie(nodeFetch__default); exports.Headers = nodeFetch.Headers; exports.fetch = fetch;