PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
is-arrayish
'use strict'; module.exports = function isArrayish(obj) { if (!obj) { return false; } return obj instanceof Array || Array.isArray(obj) || (obj.length >= 0 && obj.splice instanceof Function); };
[+]
..
[-] .npmignore
[edit]
[-] package.json
[edit]
[-] .editorconfig
[edit]
[-] index.js
[edit]
[-] .istanbul.yml
[edit]
[-] .travis.yml
[edit]
[-] README.md
[edit]
[-] LICENSE
[edit]