prototype.value run, toJSON, valueOf source

_.prototype.value()

Executes the chained sequence to extract the unwrapped value.

Returns (*)

Returns the resolved unwrapped value.

Example

_([1, 2, 3]).value();
// => [1, 2, 3]