Bachir Soussi Chiadmi 0611418f7a added whole system from ola4doc | пре 7 година | |
---|---|---|
.. | ||
LICENSE | пре 7 година | |
README.md | пре 7 година | |
index.js | пре 7 година | |
package.json | пре 7 година |
The modern build of lodash’s _.isArray
exported as a Node.js/io.js module.
Using npm:
$ {sudo -H} npm i -g npm
$ npm i --save lodash.isarray
In Node.js/io.js:
var isArray = require('lodash.isarray');
See the documentation or package source for more details.