4.2.0 • Published 8 years ago

lodash.isarraylikeobject v4.2.0

Weekly downloads
1,254
License
MIT
Repository
github
Last release
8 years ago

lodash.isarraylikeobject v4.2.0

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

Installation

Using npm:

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

In Node.js:

var isArrayLikeObject = require('lodash.isarraylikeobject');

See the documentation or package source for more details.