mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-03 19:55:55 +08:00
12 lines
467 B
TypeScript
12 lines
467 B
TypeScript
// Type definitions for pouchdb-http 6.1
|
|
// Project: https://pouchdb.com/
|
|
// Definitions by: Simon Paulger <https://github.com/spaulg>, Brian Geppert <https://github.com/geppy>, Frederico Galvão <https://github.com/fredgalvao>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.3
|
|
|
|
/// <reference types="pouchdb-core" />
|
|
/// <reference types="pouchdb-adapter-http" />
|
|
|
|
declare const PouchDb: PouchDB.Static;
|
|
export = PouchDb;
|