A utility validation object.
Methods
hasValue(value) → {boolean}
Checks value for existence. The following are falsy:
- null
- undefined
- ''
- []
- {}
Since
- 2.11.0
Parameters:
Name | Type | Description |
---|---|---|
value |
any |
Returns
- Type
- (boolean)