# @types/pouchdb

> TypeScript definitions for pouchdb

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

## Install

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

## 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.4.2 |
| Published | 2023-11-07 |
| First published | 2016-05-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 15 |
| Unpacked size | 6.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51440 |
| Maintainers | types |

## Links

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

## Dependencies (15)

- [@types/pouchdb-core](https://npm.io/package/@types/pouchdb-core.md) *
- [@types/pouchdb-http](https://npm.io/package/@types/pouchdb-http.md) *
- [@types/pouchdb-node](https://npm.io/package/@types/pouchdb-node.md) *
- [@types/pouchdb-browser](https://npm.io/package/@types/pouchdb-browser.md) *
- [@types/pouchdb-mapreduce](https://npm.io/package/@types/pouchdb-mapreduce.md) *
- [@types/pouchdb-adapter-idb](https://npm.io/package/@types/pouchdb-adapter-idb.md) *
- [@types/pouchdb-replication](https://npm.io/package/@types/pouchdb-replication.md) *
- [@types/pouchdb-adapter-http](https://npm.io/package/@types/pouchdb-adapter-http.md) *
- [@types/pouchdb-adapter-memory](https://npm.io/package/@types/pouchdb-adapter-memory.md) *
- [@types/pouchdb-adapter-websql](https://npm.io/package/@types/pouchdb-adapter-websql.md) *
- [@types/pouchdb-adapter-leveldb](https://npm.io/package/@types/pouchdb-adapter-leveldb.md) *
- [@types/pouchdb-adapter-fruitdown](https://npm.io/package/@types/pouchdb-adapter-fruitdown.md) *
- [@types/pouchdb-adapter-node-websql](https://npm.io/package/@types/pouchdb-adapter-node-websql.md) *
- [@types/pouchdb-adapter-localstorage](https://npm.io/package/@types/pouchdb-adapter-localstorage.md) *
- [@types/pouchdb-adapter-cordova-sqlite](https://npm.io/package/@types/pouchdb-adapter-cordova-sqlite.md) *

## Recent versions

- 6.4.2 (latest) — 2023-11-07
- 6.4.0 (ts2.3) — 2019-07-01
- 6.1.0 (ts2.0) — 2017-04-18
- 6.4.1 — 2023-10-18
- 6.3.3 — 2019-02-13
- 6.3.2 — 2017-12-14
- 6.3.1 — 2017-10-05
- 6.3.0 — 2017-08-01
- 6.1.1 — 2017-06-15
- 5.4.28 — 2016-09-19
- 5.4.27 — 2016-08-19
- 5.4.26 — 2016-08-02
- 0.1.25 — 2016-07-14
- 0.1.24-alpha — 2016-07-08
- 0.1.23-alpha — 2016-07-04
- … 7 more at https://npm.io/package/@types/pouchdb/versions

## 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pouchdb/index.d.ts)
````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
 * Last updated: Tue, 07 Nov 2023 09:09:39 GMT
 * Dependencies: [@types/pouchdb-adapter-cordova-sqlite](https://npmjs.com/package/@types/pouchdb-adapter-cordova-sqlite), [@types/pouchdb-adapter-fruitdown](https://npmjs.com/package/@types/pouchdb-adapter-fruitdown), [@types/pouchdb-adapter-http](https://npmjs.com/package/@types/pouchdb-adapter-http), [@types/pouchdb-adapter-idb](https://npmjs.com/package/@types/pouchdb-adapter-idb), [@types/pouchdb-adapter-leveldb](https://npmjs.com/package/@types/pouchdb-adapter-leveldb), [@types/pouchdb-adapter-localstorage](https://npmjs.com/package/@types/pouchdb-adapter-localstorage), [@types/pouchdb-adapter-memory](https://npmjs.com/package/@types/pouchdb-adapter-memory), [@types/pouchdb-adapter-node-websql](https://npmjs.com/package/@types/pouchdb-adapter-node-websql), [@types/pouchdb-adapter-websql](https://npmjs.com/package/@types/pouchdb-adapter-websql), [@types/pouchdb-browser](https://npmjs.com/package/@types/pouchdb-browser), [@types/pouchdb-core](https://npmjs.com/package/@types/pouchdb-core), [@types/pouchdb-http](https://npmjs.com/package/@types/pouchdb-http), [@types/pouchdb-mapreduce](https://npmjs.com/package/@types/pouchdb-mapreduce), [@types/pouchdb-node](https://npmjs.com/package/@types/pouchdb-node), [@types/pouchdb-replication](https://npmjs.com/package/@types/pouchdb-replication)

# Credits
These definitions were written by [Andy Brown](https://github.com/AGBrown), [Brian Geppert](https://github.com/geppy), and [Frederico Galvão](https://github.com/fredgalvao).

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