Skip to main content
Module

std/expect/expect.ts>Async

Deno standard library
Go to Latest
type alias Async
import { type Async } from "https://deno.land/std@0.210.0/expect/expect.ts";
definition: [K in keyof T]: T[K] extends Fn ? (...args: Parameters<T[K]>) => Promise<ReturnType<T[K]>> : T[K]