mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 07:47:49 +00:00
25 lines
606 B
Markdown
25 lines
606 B
Markdown
# lodash.callback v3.3.3
|
|
|
|
The [lodash](https://lodash.com/) method `_.callback` exported as a [Node.js](https://nodejs.org/) module.
|
|
|
|
## Discontinued
|
|
|
|
This package has been discontinued in favor of [lodash.iteratee](https://www.npmjs.com/package/lodash.iteratee).
|
|
|
|
## Installation
|
|
|
|
Using npm:
|
|
|
|
```bash
|
|
$ {sudo -H} npm i -g npm
|
|
$ npm i --save lodash.callback
|
|
```
|
|
|
|
In Node.js/io.js:
|
|
|
|
```js
|
|
var callback = require('lodash.callback');
|
|
```
|
|
|
|
See the [documentation](https://lodash.com/docs#callback) or [package source](https://github.com/lodash/lodash/blob/3.3.3-npm-packages/lodash.callback) for more details.
|