mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* 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
25 lines
1.1 KiB
TypeScript
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;
|