Skip to main content
Module

x/tui/mod.ts>EmitterEvent

🦕 Deno module for creating Terminal User Interfaces
Latest
type alias EmitterEvent
Re-export
import { type EmitterEvent } from "https://deno.land/x/tui@2.1.11/mod.ts";

Type for creating new arguments

  • Required as a workaround for simple tuples and arrays types not working properly

Type Parameters

optional
Args extends unknown[] = unknown[]
definition: { args: Args; }