npm.io
6.1.5 • Published 2 years ago

@types/pouchdb-http

Licence
MIT
Version
6.1.5
Deps
2
Size
3 kB
Vulns
0
Weekly
0
Stars
51.4K

Installation

npm install --save @types/pouchdb-http

Summary

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

Details

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

index.d.ts

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

declare const PouchDb: PouchDB.Static;
export = PouchDb;

Additional Details

Credits

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