Skip to main content
type alias Deno.ConditionalAsync
Unstable

Type Parameters

IsAsync extends boolean | undefined
T
definition: IsAsync extends true ? Promise<T> : T