UNPKG
pouchdb-fetch
Version:
latest (9.0.0)
9.0.0
8.0.1
8.0.0
7.3.1
7.3.0
7.2.2
7.2.1
7.1.1
7.1.0
7.0.0
PouchDB's fetch() method.
github.com/pouchdb/pouchdb
pouchdb/pouchdb
pouchdb-fetch
/
lib
/
index.es.js
8 lines
(5 loc)
•
170 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
nodeFetch
from
'node-fetch'
;
export
{
Headers
}
from
'node-fetch'
;
import
fetchCookie
from
'fetch-cookie'
;
var
fetch =
fetchCookie
(nodeFetch);
export
{ fetch };