Module: addon/utils/containsValue

(require("addon/utils/containsValue"))(value, object) → {Boolean}

Check whether the value is a valid value in object

Parameters:
Name Type Description
value *

The value to check for the presence of

object Object

The object to check for the presence of value in

Source:
Returns:
  • True if the value is a valid value of the object
Type
Boolean