UNPKG

firmament-yargs

Version:

Typescript classes for building CLI node applications

7 lines (6 loc) 148 B
export interface LogConsole { log(msg: string): void; info(msg: string): void; warn(msg: string): void; error(msg: string): void; }