// Type definitions for pouchdb v5.4.4 // Project: https://pouchdb.com/ // Definitions by: Andy Brown , Brian Geppert , Frederico Galvão // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// /// /// /// /// /// /// /// /// /// /// /// /// /// declare module 'pouchdb' { const plugin: PouchDB.Static; export = plugin; }