PHP 7.4.33
Preview: isArguments.js Size: 422 B
/var/www/coop-podio-sms.bitkit.dk/httpdocs/node_modules/object-keys/isArguments.js
'use strict';

var toStr = Object.prototype.toString;

module.exports = function isArguments(value) {
	var str = toStr.call(value);
	var isArgs = str === '[object Arguments]';
	if (!isArgs) {
		isArgs = str !== '[object Array]' &&
			value !== null &&
			typeof value === 'object' &&
			typeof value.length === 'number' &&
			value.length >= 0 &&
			toStr.call(value.callee) === '[object Function]';
	}
	return isArgs;
};

Directory Contents

Dirs: 1 × Files: 10
Name Size Perms Modified Actions
test DIR
- drwxr-xr-x 2024-05-28 16:34:49
Edit Download
276 B lrw-r--r-- 1985-10-26 08:15:00
Edit Download
426 B lrw-r--r-- 1985-10-26 08:15:00
Edit Download
8.13 KB lrw-r--r-- 1985-10-26 08:15:00
Edit Download
7.37 KB lrw-r--r-- 1985-10-26 08:15:00
Edit Download
3.14 KB lrw-r--r-- 1985-10-26 08:15:00
Edit Download
823 B lrw-r--r-- 1985-10-26 08:15:00
Edit Download
422 B lrw-r--r-- 1985-10-26 08:15:00
Edit Download
1.05 KB lrw-r--r-- 1985-10-26 08:15:00
Edit Download
3.03 KB lrw-r--r-- 2024-05-28 16:34:57
Edit Download
2.40 KB lrw-r--r-- 1985-10-26 08:15:00
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).