isArgumentsObjectRaw

external fun isArgumentsObjectRaw(value: Any?): Boolean(source)

Returns true if the value is an arguments object.

function foo() {
util.types.isArgumentsObject(arguments); // Returns true
}

Since

v10.0.0