import { type PromType } from "https://deno.land/x/froebel@v0.18.0/types.ts";
If T
is promise then the type it resolves to, otherwise T
.
import { type PromType } from "https://deno.land/x/froebel@v0.18.0/types.ts";
If T
is promise then the type it resolves to, otherwise T
.