Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

JSXInternal.UnpackSignal

deprecated
@deprecated

Please import from the Preact namespace instead

type UnpackSignal<T> = T extends SignalLike<infer V> ? V : T;

§Type Parameters

§Type

§
T extends SignalLike<infer V> ? V : T
[src]