Skip to main content
type alias Deno.ConditionalAsync

Type Parameters

IsAsync extends boolean | undefined
T

Definition

IsAsync extends true ? Promise<T> : T
Back to top