JSPM

  • Created
  • Published
  • Downloads 27341
  • Score
    100M100P100Q150344F
  • License MIT

TypeScript definitions for pouchdb

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@types/pouchdb) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Installation

    npm install --save @types/pouchdb

    Summary

    This package contains type definitions for pouchdb (https://pouchdb.com/).

    Details

    Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pouchdb.

    index.d.ts

    /// <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;
    

    Additional Details

    Credits

    These definitions were written by Andy Brown, Brian Geppert, and Frederico Galvão.