Searched defs:yellow (Results 1 – 3 of 3) sorted by relevance
18 export const yellow: string = '\u001b[33m'; constant
35 const [red, yellow, green, blue] = foo1; constant
244 yellow = "\x1b[33;20m" variable in ColorFormatter