mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
13 lines
475 B
TypeScript
13 lines
475 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 types="pouchdb-core" />
|
|
/// <reference types="pouchdb-adapter-http" />
|
|
|
|
declare module 'pouchdb-http' {
|
|
const PouchDb: PouchDB.Static;
|
|
export = PouchDb;
|
|
}
|