1 2
export const yellow = (str: string) => `\u001b[33m${str}\u001b[0m`; export const red = (str: string) => `\u001b[31m${str}\u001b[0m`;