Files
lodash/lodash.callback/README.md
John-David Dalton 61a48333a2 Bump to v3.3.3.
2018-02-03 19:13:30 -08:00

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.