Skip to main content
Module

x/commandis/mod.ts>NonPostableEvtLike

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

Methods

attach(ctx: CtxLike, callback: (data: T) => void): void
attach(callback: (data: T) => void): void