mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 00:18:20 +08:00
Declare "pouchdb-mapreduce" module, not "pouchdb-adapter-mapreduce"
This commit is contained in:
2
pouchdb-mapreduce/index.d.ts
vendored
2
pouchdb-mapreduce/index.d.ts
vendored
@@ -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