Methods
exists(selection) → {boolean}
#
get([selection], [fallback]) → {any|Object|null
}
#
null
}
#
Get the value of one or more keys.
If called with no arguments, all values are returned.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
selection |
string | Array |
optional |
Key or array of keys to retrieve values for. |
|
fallback |
any |
optional |
null | Value for keys that don't exist. |
- Source:
Returns:
If selection was a string, returns the value, If selection was an array, returns an object of key/values. If no selection is passed, a new object with all key/values is returned.
- Type
-
any
|
Object
|
null