mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Declare "pouchdb-mapreduce" module, not "pouchdb-adapter-mapreduce"
This commit is contained in:
Vendored
+1
-1
@@ -20,7 +20,7 @@ declare namespace PouchDB {
|
||||
}
|
||||
}
|
||||
|
||||
declare module 'pouchdb-adapter-mapreduce' {
|
||||
declare module 'pouchdb-mapreduce' {
|
||||
const plugin: PouchDB.Plugin;
|
||||
export = plugin;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user