Returns whether value is not a primitive.
value
This function is only useful for the type check, you can do Object(v) === v otherwise.
Object(v) === v
Returns whether
value
is not a primitive.This function is only useful for the type check, you can do
Object(v) === v
otherwise.