value
如果值为 arguments 对象,则返回 true。
arguments
true
function foo() { util.types.isArgumentsObject(arguments); // 返回 true }
Returns true if the value is an arguments object.
function foo() { util.types.isArgumentsObject(arguments); // Returns true }