6.1.7 • Published 2 years ago

@types/pouchdb-node v6.1.7

Weekly downloads
12,205
License
MIT
Repository
github
Last release
2 years ago

Installation

npm install --save @types/pouchdb-node

Summary

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

Details

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

index.d.ts

// Type definitions for pouchdb-node 6.1
// Project: https://pouchdb.com/, https://github.com/pouchdb/pouchdb
// Definitions by: Simon Paulger <https://github.com/spaulg>, 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-core" />
/// <reference types="pouchdb-adapter-leveldb" />
/// <reference types="pouchdb-adapter-http" />
/// <reference types="pouchdb-mapreduce" />
/// <reference types="pouchdb-replication" />

declare namespace PouchDB {
    namespace Core {
        interface DatabaseInfo {
            /** The backend *DOWN adapter being used (MemDOWN, RiakDOWN, …). */
            backend_adapter?: string | undefined;
        }
    }
}

declare module 'pouchdb-node' {
    const PouchDb: PouchDB.Static;
    export = PouchDb;
}

Additional Details

Credits

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

6.1.6

2 years ago

6.1.5

2 years ago

6.1.7

2 years ago

6.1.4

4 years ago

6.1.3

6 years ago

6.1.2

8 years ago

6.1.1

8 years ago

6.1.0

8 years ago

5.4.4

9 years ago

5.4.3

9 years ago

5.4.2

9 years ago

5.4.1

9 years ago