// Type definitions for pouchdb-adapter-node-websql v5.4.4 // Project: https://pouchdb.com/ // Definitions by: Andy Brown , Brian Geppert , Frederico Galvão // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// /// declare module 'pouchdb-adapter-node-websql' { const plugin: PouchDB.Plugin; export = plugin; }