Current Path: > > usr > lib > node_modules > npm > > node_modules > > object-keys
Operation : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Software : Apache Server IP : 198.54.126.42 | Your IP: 216.73.216.8 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