PHP 7.4.33
Preview: index.js Size: 318 B
/var/www/sitesecurity.bitkit.dk/httpdocs/node_modules/is-arrayish/index.js
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')));
};

Directory Contents

Dirs: 0 × Files: 5
Name Size Perms Modified Actions
318 B lrw-r--r-- 2026-04-28 09:11:39
Edit Download
1.05 KB lrw-r--r-- 2026-04-28 09:11:39
Edit Download
1.03 KB lrw-r--r-- 2026-04-28 09:11:39
Edit Download
704 B lrw-r--r-- 2026-04-28 09:11:39
Edit Download
50.36 KB lrw-r--r-- 2026-04-28 09:11:39
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).