mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Note that this *trivially* updates project urls by adding the NPM url to the end, even when the urls are almost identical or the DT one is outdated. I'll clean up the urls in a later commit. This PR is unfinished! Please do not merge it yet.
24 lines
1.0 KiB
TypeScript
24 lines
1.0 KiB
TypeScript
// Type definitions for pouchdb 6.3
|
|
// 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-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;
|