(message: string)
| 15 | |
| 16 | /** Top-level milestone, prefixed with the Vercel mark. */ |
| 17 | export function info(message: string): void { |
| 18 | write(`▲ container ${message}`); |
| 19 | } |
| 20 | |
| 21 | /** A step that's starting. */ |
| 22 | export function step(message: string): void { |
no test coverage detected