Skip to main content
Module

x/froebel/types.ts>MakeProm

A strictly typed utility library.
Go to Latest
type alias MakeProm
import { type MakeProm } from "https://deno.land/x/froebel@v0.22.0/types.ts";
definition: Promise<T extends PromiseLike<infer I> ? I : T>