# @types/pouchdb-http

> TypeScript definitions for pouchdb-http

Latest version **6.1.5** (published 2023-11-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @types/pouchdb-http
pnpm add @types/pouchdb-http
yarn add @types/pouchdb-http
bun add @types/pouchdb-http
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 6.1.5 |
| Published | 2023-11-07 |
| First published | 2016-08-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 3.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51432 |
| Maintainers | types |

## Links

- npm: https://www.npmjs.com/package/@types/pouchdb-http
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pouchdb-http
- npm.io page: https://npm.io/package/@types/pouchdb-http

## Dependencies (2)

- [@types/pouchdb-core](https://npm.io/package/@types/pouchdb-core.md) *
- [@types/pouchdb-adapter-http](https://npm.io/package/@types/pouchdb-adapter-http.md) *

## Recent versions

- 6.1.5 (latest) — 2023-11-07
- 6.1.3 (ts3.1) — 2019-02-13
- 6.1.0 (ts2.2) — 2017-04-18
- 6.1.4 — 2023-10-18
- 6.1.2 — 2017-12-14
- 6.1.1 — 2017-06-15
- 5.4.4 — 2016-09-19
- 5.4.3 — 2016-08-25
- 5.4.2 — 2016-08-19
- 5.4.1 — 2016-08-02

## README

# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pouchdb-http/index.d.ts)
````ts
/// <reference types="pouchdb-core" />
/// <reference types="pouchdb-adapter-http" />

declare const PouchDb: PouchDB.Static;
export = PouchDb;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 09:09:39 GMT
 * Dependencies: [@types/pouchdb-adapter-http](https://npmjs.com/package/@types/pouchdb-adapter-http), [@types/pouchdb-core](https://npmjs.com/package/@types/pouchdb-core)

# Credits
These definitions were written by [Simon Paulger](https://github.com/spaulg), [Brian Geppert](https://github.com/geppy), and [Frederico Galvão](https://github.com/fredgalvao).

---
_Source: https://npm.io/package/@types/pouchdb-http · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
