UNPKG

haz-cli

Version:
9 lines (8 loc) 219 B
export default class Output { verbose: boolean; constructor(verbose: boolean); error(message: string): void; log(data: string): void; start(message: string): void; stop(message: string): void; }