Skip to main content
Module

x/lodash_es/mod.ts>toJSON

lodash for deno use
Latest
function toJSON
import { toJSON } 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]