Sign in
apache
/
pouchdb
/
194c0754bb482824c3cb07d6432c7b95707d0a72
/
.
/
packages
/
node_modules
/
pouchdb-for-coverage
/
src
/
pouchdb.js
blob: a0e8bcd1edebaf95ba9a1607b13b77dac9c4a198 [
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-node/src/index'
;
export
default
PouchDB
;