Sign in
apache
/
pouchdb
/
refs/heads/simplify-mapreduce
/
.
/
packages
/
node_modules
/
pouchdb-for-coverage
/
src
/
pouchdb.js
blob: 9dd421c5079479d6aa79c1669646c982c559f2f9 [
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
;