PHP 8.2.30
Preview: isArguments.js Size: 422 B
//lib/node_modules/npm/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: 0 × Files: 9

Name Size Perms Modified Actions
276 B lrw-r--r-- 2021-03-10 14:36:39
Edit Download
4.01 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
6.58 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
6.97 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
3.49 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
422 B lrw-r--r-- 2021-03-10 14:36:39
Edit Download
1.05 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
2.13 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
2.40 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).