Latest
import * as mod from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/wrapperLodash.js";

Functions

Creates a lodash object which wraps value to enable implicit method chain sequences. Methods that operate on and return arrays, collections, and functions can be chained together. Methods that retrieve a single value or may return a primitive value will automatically end the chain sequence and return the unwrapped value. Otherwise, the value must be unwrapped with _#value.