(...args: Array<any>)
| 28 | } |
| 29 | |
| 30 | export function success(...args: Array<any>) { |
| 31 | console.log(format(args, pc.green("success"))); |
| 32 | } |
| 33 | |
| 34 | export function warn(...args: Array<any>) { |
| 35 | console.warn(format(args, pc.yellow("warn"))); |
no test coverage detected