UNPKG

@sap/cli-core

Version:

Command-Line Interface (CLI) Core Module

11 lines (10 loc) 208 B
export type Method = (...args: Array<any>) => void; export type Logger = { output: Method; error: Method; warn: Method; info: Method; log: Method; debug: Method; trace: Method; };