Files
lodash/lodash.isfunction/README.md
2016-08-12 13:45:38 -07:00

481 B

lodash.isfunction v3.0.7

The lodash method _.isFunction exported as a Node.js module.

Installation

Using npm:

$ {sudo -H} npm i -g npm
$ npm i --save lodash.isfunction

In Node.js:

var isFunction = require('lodash.isfunction');

See the documentation or package source for more details.