UNPKG

better-cli-alerts

Version:

CLI alerts with colors and symbols: success, info, warning, error. Cross platform comaptible: Windows, MacOS,

6 lines (5 loc) 101 B
export interface AlertOptions { type?: string; message?: string; description?: string; }