Sign in
apache
/
pouchdb
/
refs/heads/custom-build
/
.
/
custom
/
pouchdb.js
blob: 36961ff1324ec43f87573008adefc3f333a213d6 [
file
] [
log
] [
blame
]
'use strict'
;
var
PouchDB
=
require
(
'../lib/setup'
);
PouchDB
.
utils
=
require
(
'../lib/utils'
);
PouchDB
.
Errors
=
require
(
'../lib/deps/errors'
);
PouchDB
.
version
=
require
(
'../lib/version'
);
module
.
exports
=
PouchDB
;