UNPKG

@triviality/core

Version:
7 lines (4 loc) 123 B
export interface ConsoleInput { getArg(arg: number): string | undefined; getArg(arg: number, def: string): string; }