_.prototype.value()
Executes the chain sequence to resolve the unwrapped value.
Since
0.1.0
Aliases
_.prototype.toJSON, _.prototype.valueOf
Returns
(*): Returns the resolved unwrapped value.
Example
_([1, 2, 3]).value(); // => [1, 2, 3]
_.prototype.value()
Executes the chain sequence to resolve the unwrapped value.
0.1.0
_.prototype.toJSON, _.prototype.valueOf
(*): Returns the resolved unwrapped value.
_([1, 2, 3]).value(); // => [1, 2, 3]
Please login to continue.