/var/www/qr4y.com/server/delivery/node_modules/is-arrayish
NameSizeModeActions
index.js3180644editdlrm
LICENSE10770644editdlrm
package.json20670644editdlrm
README.md7040644editdlrm
yarn-error.log515700644editdlrm
Edit: /var/www/qr4y.com/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'))); };