declarations
Version:
[](https://www.npmjs.com/package/declarations)
13 lines (10 loc) • 523 B
TypeScript
// Type definitions for pouchdb-http v5.4.4
// Project: https://pouchdb.com/
// Definitions by: Andy Brown <https://github.com/AGBrown>, Brian Geppert <https://github.com/geppy>, Frederico Galvão <https://github.com/fredgalvao>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../pouchdb-core/pouchdb-core.d.ts" />
/// <reference path="../pouchdb-adapter-http/pouchdb-adapter-http.d.ts" />
declare module 'pouchdb-http' {
const PouchDb: PouchDB.Static;
export = PouchDb;
}