prototype.value run, toJSON, valueOf source npm

_.prototype.value()

执行链式队列并提取解链后的值

返回值 (*)

返回解链后的值

示例

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