Skip to main content
Module

x/froebel/types.ts>Async

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