Sign in
apache
/
pouchdb
/
refs/heads/fetch
/
.
/
packages
/
node_modules
/
pouchdb-for-coverage
/
src
/
pouchdb-browser.js
blob: 91638786419e3161dec1cb757738e5ad51085065 [
file
] [
log
] [
blame
]
// import directly from src rather than jsnext:main because in ths case
// the jsnext:main is actually built (lib/index*.es.js)
import
PouchDB
from
'pouchdb-browser/src/index'
;
export
default
PouchDB
;