Sign in
apache
/
pouchdb
/
refs/heads/monorepo-commonjs
/
.
/
packages
/
pouchdb-browser
/
src
/
index.js
blob: 8c21240c6813886cf3c7475410b41b7a1a727fb7 [
file
] [
log
] [
blame
]
import
PouchDB
from
'pouchdb-core'
;
import
HttpPouch
from
'pouchdb-adapter-http'
;
PouchDB
.
plugin
(
HttpPouch
)
export
default
PouchDB
;