type alias Deno.ConditionalAsync Type Parameters IsAsync extends boolean | undefined T Definition IsAsync extends true ? Promise<T> : T