mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 11:51:10 +08:00
13 lines
505 B
TypeScript
13 lines
505 B
TypeScript
// Type definitions for pouchdb-adapter-node-websql v5.4.4
|
|
// Project: https://pouchdb.com/
|
|
// 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
|
|
|
|
/// <reference types="pouchdb-core" />
|
|
/// <reference types="pouchdb-adapter-websql" />
|
|
|
|
declare module 'pouchdb-adapter-node-websql' {
|
|
const plugin: PouchDB.Plugin;
|
|
export = plugin;
|
|
}
|