// Type definitions for pouchdb 6.4 // Project: https://pouchdb.com/, https://github.com/pouchdb/pouchdb // Definitions by: Andy Brown , Brian Geppert , Frederico Galvão // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.3 /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// declare const plugin: PouchDB.Static; export = plugin;