Sign in
apache
/
pouchdb
/
refs/heads/simplify-mapreduce
/
.
/
packages
/
node_modules
/
pouchdb-for-coverage
/
src
/
index.js
blob: 51d340a8b5d7d8c925ceca933a524c3b1264ea19 [
file
] [
log
] [
blame
]
import
PouchDB
from
'./pouchdb'
;
import
ajax from
'pouchdb-ajax'
;
import
utils from
'./utils'
;
import
errors from
'./errors'
;
PouchDB
.
ajax
=
ajax
;
PouchDB
.
utils
=
utils
;
PouchDB
.
Errors
=
errors
;
export
default
PouchDB
;