UNPKG

1.12 kBTypeScriptView Raw
1// Type definitions for pouchdb 6.4
2// Project: https://pouchdb.com/, https://github.com/pouchdb/pouchdb
3// Definitions by: Andy Brown <https://github.com/AGBrown>, Brian Geppert <https://github.com/geppy>, Frederico Galvão <https://github.com/fredgalvao>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5// TypeScript Version: 2.3
6
7/// <reference types='pouchdb-adapter-cordova-sqlite' />
8/// <reference types='pouchdb-adapter-fruitdown' />
9/// <reference types='pouchdb-adapter-http' />
10/// <reference types='pouchdb-adapter-idb' />
11/// <reference types='pouchdb-adapter-leveldb' />
12/// <reference types='pouchdb-adapter-localstorage' />
13/// <reference types='pouchdb-adapter-memory' />
14/// <reference types='pouchdb-adapter-node-websql' />
15/// <reference types='pouchdb-adapter-websql' />
16/// <reference types='pouchdb-browser' />
17/// <reference types='pouchdb-core' />
18/// <reference types='pouchdb-http' />
19/// <reference types='pouchdb-mapreduce' />
20/// <reference types='pouchdb-node' />
21/// <reference types='pouchdb-replication' />
22
23declare const plugin: PouchDB.Static;
24export = plugin;