index.d.ts 247 B

123456
  1. // Generated by typings
  2. // Source: https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/a396c170ba4b6a7f45b20fccbdba0d2b81cc8833/pouchdb/pouchdb.d.ts
  3. declare module 'pouchdb' {
  4. const plugin: PouchDB.Static;
  5. export = plugin;
  6. }