Skip to main content
Module

x/natico/mod.ts>UnPromise

A powerful and customizable framework for Discordeno
Latest
type alias UnPromise
import { type UnPromise } from "https://deno.land/x/natico@4.0.0-pre.4/mod.ts";

Type Parameters

T extends Promise<unknown>
definition: T extends Promise<infer K> ? K : never