Sign in
apache
/
pouchdb
/
refs/heads/smaller-errors-code
/
.
/
packages
/
pouchdb-http
/
src
/
index.js
blob: 00209e22e7c0d21494aed6096bef7c4cbafc20c1 [
file
] [
log
] [
blame
]
import
PouchDB
from
'pouchdb-core'
;
import
HttpPouch
from
'pouchdb-adapter-http'
;
PouchDB
.
plugin
(
HttpPouch
);
export
default
PouchDB
;