| import PouchDB from './pouchdb'; | |
| import ajax from 'pouchdb-ajax'; | |
| import utils from './utils'; | |
| import errors from './errors'; | |
| import * as collate from 'pouchdb-collate'; | |
| PouchDB.ajax = ajax; | |
| PouchDB.utils = utils; | |
| PouchDB.Errors = errors; | |
| PouchDB.collate = collate; | |
| export default PouchDB; |