// Type definitions for pouchdb-http 6.1 // Project: https://pouchdb.com/, https://github.com/nolanlawson/pouchdb-http // Definitions by: Simon Paulger , Brian Geppert , Frederico Galvão // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.3 /// /// declare const PouchDb: PouchDB.Static; export = PouchDb;