Checks value to determine whether a default value should be returned in its place. The defaultValue is returned if value is NaN, null, or undefined.
- Lodash chained on (*): the resolved value.
See Implementation
Checks value to determine whether a default value should be returned in its place. The defaultValue is returned if value is NaN, null, or undefined.