• value {any}
    • Returns: {boolean}

    Returns true if the value is an arguments object.

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