DefinitelyTyped/types/pouchdb/index.d.ts
Matt fd5ddb9e4b Type for Cordova SQLite pouchdb adapter (#36395)
* Types for pouchdb cordova sqlite adapter

* Tests

* Remove empty interface

* Formatting tweak

* Fix whitespace

* Link to specific package

* Corrected heading comment

* Matching version number style from build

* Missing reference from main index

* Increment version
2019-07-01 08:26:15 -07:00

25 lines
1.1 KiB
TypeScript

// Type definitions for pouchdb 6.4
// Project: https://pouchdb.com/, https://github.com/pouchdb/pouchdb
// 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
// TypeScript Version: 2.3
/// <reference types='pouchdb-adapter-cordova-sqlite' />
/// <reference types='pouchdb-adapter-fruitdown' />
/// <reference types='pouchdb-adapter-http' />
/// <reference types='pouchdb-adapter-idb' />
/// <reference types='pouchdb-adapter-leveldb' />
/// <reference types='pouchdb-adapter-localstorage' />
/// <reference types='pouchdb-adapter-memory' />
/// <reference types='pouchdb-adapter-node-websql' />
/// <reference types='pouchdb-adapter-websql' />
/// <reference types='pouchdb-browser' />
/// <reference types='pouchdb-core' />
/// <reference types='pouchdb-http' />
/// <reference types='pouchdb-mapreduce' />
/// <reference types='pouchdb-node' />
/// <reference types='pouchdb-replication' />
declare const plugin: PouchDB.Static;
export = plugin;