Urara-Blog/node_modules/.pnpm-store/v3/files/88/dfdc028975552af61027f43313cb88d81e29c8c21a43c0732860beffb892badfbf819ad82172ac068bbb3d830e4b5297e6c0c11b529d7620f1a28f36bed0c3
2022-08-14 01:14:53 +08:00

18 lines
467 B
Text

# lodash.debounce v4.0.8
The [lodash](https://lodash.com/) method `_.debounce` exported as a [Node.js](https://nodejs.org/) module.
## Installation
Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.debounce
```
In Node.js:
```js
var debounce = require('lodash.debounce');
```
See the [documentation](https://lodash.com/docs#debounce) or [package source](https://github.com/lodash/lodash/blob/4.0.8-npm-packages/lodash.debounce) for more details.