mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 07:17:50 +00:00
606 B
606 B
lodash.callback v3.3.3
The lodash method _.callback exported as a Node.js module.
Discontinued
This package has been discontinued in favor of lodash.iteratee.
Installation
Using npm:
$ {sudo -H} npm i -g npm
$ npm i --save lodash.callback
In Node.js/io.js:
var callback = require('lodash.callback');
See the documentation or package source for more details.