Merge pull request #3208 from bobslaede/patch-1

Support AMD require
This commit is contained in:
Masahiro Wakame
2014-11-24 13:18:41 +09:00

6
pouchDB/pouch.d.ts vendored
View File

@@ -217,6 +217,12 @@ interface PouchDB extends PouchApi {
}
declare var PouchDB: PouchDB;
// Support AMD require
declare module 'pouchdb' {
export = PouchDB;
}
//
// emit is the function that the PouchFilter.map function should call in order to add a particular item to
// a filter view.