Skip to main content
Module

x/commandis/mod.ts>UnpackCtx

Official framework for Corddis lib ( for Deno only )
Latest
type alias UnpackCtx
import { type UnpackCtx } from "https://deno.land/x/commandis@v0.6.5/mod.ts";

Analog to UnpackEvt Unpack the type argument of a Ctx

Type Parameters

Ctx extends CtxLike<any> | undefined | null
definition: Ctx extends CtxLike<infer U> ? U : never