Latest
function wrapperValue
import { wrapperValue } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/mod.ts";

Executes the chain sequence to resolve the unwrapped value.

Examples

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