/
var
/
www
/
qr4y.gr
/
server
/
delivery
/
node_modules
/
is-arrayish
/
/var/www/qr4y.gr/server/delivery/node_modules/is-arrayish
mkdir
upload
Name
Size
Mode
Actions
index.js
318
0644
edit
dl
rm
LICENSE
1077
0644
edit
dl
rm
package.json
2067
0644
edit
dl
rm
README.md
704
0644
edit
dl
rm
yarn-error.log
51570
0644
edit
dl
rm
Edit:
/var/www/qr4y.gr/server/delivery/node_modules/is-arrayish/index.js
(318B)
module.exports = function isArrayish(obj) { if (!obj || typeof obj === 'string') { return false; } return obj instanceof Array || Array.isArray(obj) || (obj.length >= 0 && (obj.splice instanceof Function || (Object.getOwnPropertyDescriptor(obj, (obj.length - 1)) && obj.constructor.name !== 'String'))); };
Save
module.exports = function isArrayish(obj) { if (!obj || typeof obj === 'string') { return false; } return obj instanceof Array || Array.isArray(obj) || (obj.length >= 0 && (obj.splice instanceof Function || (Object.getOwnPropertyDescriptor(obj, (obj.length - 1)) && obj.constructor.name !== 'String'))); };