Lodash.isArguments

Checks if value is likely an arguments object.

struct Lodash
nothrow @trusted @safe ref
isArguments
()
()

Return Value

Type: auto ref

- Lodash chained on (boolean): true if value is an arguments object, else false.

Meta