Skip to main content
Latest
function wrapperValue
import { wrapperValue } from "https://deno.land/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]