UNPKG

@zzck.dev/tui

Version:

TS Text-based user inteface & commandline parser

5 lines (4 loc) 131 B
import { IActionCall } from "./iaction-call"; export interface IActionCallsProvider { get actioncalls(): Array<IActionCall>; }