UNPKG

@simbo/cli-output

Version:

A collection of utilities for common CLI messages and output.

8 lines (7 loc) 229 B
/** * A termination message prefixed with a skull emoji. * * @param causeOfDeath - The reason for termination. * @returns A formatted termination message. */ export declare function terminated(causeOfDeath: string): string;