Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/cli/js/web/util.ts>cloneValue

A modern runtime for JavaScript and TypeScript.
Go to Latest
function cloneValue
import { cloneValue } from "https://deno.land/x/deno@v1.0.0/cli/js/web/util.ts";

Clone a value in a similar way to structured cloning. It is similar to a StructureDeserialize(StructuredSerialize(...)).

Parameters

value: any