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

x/valtio/src/vanilla/utils/deepClone.ts>deepClone

💊 Valtio makes proxy-state simple for React and Vanilla
Go to Latest
variable deepClone
import { deepClone } from "https://deno.land/x/valtio@v2.0.0-beta.3/src/vanilla/utils/deepClone.ts";

type

<T>(obj: T, getRefSet?) => T