@types/pouchdb-adapter-fruitdown
TypeScript icon, indicating that this package has built-in type declarations

6.1.6 • Public • Published

Installation

npm install --save @types/pouchdb-adapter-fruitdown

Summary

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

Details

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

index.d.ts

/// <reference types="pouchdb-core" />

declare namespace PouchDB {
    namespace FruitDOWNAdapter {
        interface FruitDOWNAdapterConfiguration extends Configuration.LocalDatabaseConfiguration {
            adapter: "fruitdown";
        }
    }

    interface Static {
        new<Content extends {}>(
            name: string | null,
            options: FruitDOWNAdapter.FruitDOWNAdapterConfiguration,
        ): Database<Content>;
    }
}

declare module "pouchdb-adapter-fruitdown" {
    const plugin: PouchDB.Plugin;
    export = plugin;
}

Additional Details

Credits

These definitions were written by Simon Paulger, Brian Geppert, and Frederico Galvão.

/@types/pouchdb-adapter-fruitdown/

    Package Sidebar

    Install

    npm i @types/pouchdb-adapter-fruitdown

    Weekly Downloads

    30,811

    Version

    6.1.6

    License

    MIT

    Unpacked Size

    4.24 kB

    Total Files

    5

    Last publish

    Collaborators

    • types