# @types/lodash.debounce

> TypeScript definitions for lodash.debounce

Latest version **4.0.9** (published 2023-11-07) · MIT license · 1.8M weekly downloads

## Install

```sh
npm install @types/lodash.debounce
pnpm add @types/lodash.debounce
yarn add @types/lodash.debounce
bun add @types/lodash.debounce
```

## Health

**Score 65/100 (B)** — status: abandoned.

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

Warnings: no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 4.0.9 |
| Published | 2023-11-07 |
| First published | 2016-12-05 |
| Weekly downloads | 1.8M |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 3.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51430 |
| Maintainers | types |

## Links

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

## Dependencies (1)

- [@types/lodash](https://npm.io/package/@types/lodash.md) *

## Recent versions

- 4.0.9 (latest) — 2023-11-07
- 4.0.7 (ts3.9) — 2022-04-18
- 4.0.6 (ts2.8) — 2019-03-04
- 4.0.5 (ts2.6) — 2019-02-13
- 4.0.3 (ts2.2) — 2017-08-08
- 4.0.1 (ts2.1) — 2017-01-27
- 4.0.0 (ts2.0) — 2016-12-05
- 4.0.8 — 2023-10-18
- 4.0.4 — 2018-07-24
- 4.0.2 — 2017-03-22

## README

# Installation
> `npm install --save @types/lodash.debounce`

# Summary
This package contains type definitions for lodash.debounce (https://lodash.com).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.debounce.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.debounce/index.d.ts)
````ts
// Generated from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/lodash/scripts/generate-modules.ts

import { debounce } from "lodash";
export = debounce;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 09:09:38 GMT
 * Dependencies: [@types/lodash](https://npmjs.com/package/@types/lodash)

# Credits
These definitions were written by [Brian Zengel](https://github.com/bczengel), and [Ilya Mochalov](https://github.com/chrootsu).

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