// Type definitions for pouchdb 6.1 // Project: https://pouchdb.com/ // Definitions by: Andy Brown , Brian Geppert , Frederico Galvão // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.3 /// /// /// /// /// /// /// /// /// /// /// /// /// /// // TODO: Fixing this lint error will require a large refactor /* tslint:disable:no-single-declare-module */ declare module 'pouchdb' { const plugin: PouchDB.Static; export = plugin; }