UNPKG

vail

Version:

Docker powered local development experience for JavaScript/TypeScript Apps.

4 lines (3 loc) 129 B
export const RED_COLOR_CODE = '\x1b[31m'; export const GREEN_COLOR_CODE = '\x1b[32m'; export const RESET_COLOR_CODE = '\x1b[0m';