mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Support AMD require
This commit is contained in:
parent
a2786aa377
commit
c4fb7fafaf
6
pouchDB/pouch.d.ts
vendored
6
pouchDB/pouch.d.ts
vendored
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user