Skip to main content
Module

x/scaffold/src/deps/comlink.ts>ProxyOrClone

scaffold your next project with style and 💗
Latest
type alias ProxyOrClone
import { type ProxyOrClone } from "https://deno.land/x/scaffold@0.3.0/src/deps/comlink.ts";

Proxies T if it is a ProxyMarked, clones it otherwise (as handled by structured cloning and transfer handlers).

definition: T extends ProxyMarked ? Remote<T> : T