Current Path: > > lib > node_modules > npm > node_modules > > object-keys
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
.editorconfig | File | 276 bytes | March 10 2021 14:36:39. | |
.jscs.json | File | 4108 bytes | March 10 2021 14:36:39. | |
.travis.yml | File | 6738 bytes | March 10 2021 14:36:39. | |
CHANGELOG.md | File | 7133 bytes | March 10 2021 14:36:39. | |
LICENSE | File | 1080 bytes | March 10 2021 14:36:39. | |
README.md | File | 2460 bytes | March 10 2021 14:36:39. | |
index.js | File | 3573 bytes | March 10 2021 14:36:39. | |
isArguments.js | File | 422 bytes | March 10 2021 14:36:39. | |
package.json | File | 2180 bytes | March 10 2021 14:36:39. |
'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; };
SILENT KILLER Tool