// Type definitions for pouchdb-http 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-http' { const PouchDb: PouchDB.Static; export = PouchDb; }