Skip to main content
Module

x/froebel/types.ts>Async

A strictly typed utility library.
Go to Latest
type alias Async
import { type Async } from "https://deno.land/x/froebel@v0.19.0/types.ts";
definition: (...args: Parameters<T>) => MakeProm<ReturnType<T>>