wv-gotcha
Version:
 wv-local-service-bus # Purpose To accumulate your walkthroughs to accomplish your common tasks with less effort.
21 lines • 546 B
TypeScript
export declare enum Foreground {
black = "black",
blackBright = "blackBright",
blue = "blue",
blueBright = "blueBright",
cyan = "cyan",
cyanBright = "cyanBright",
gray = "gray",
green = "green",
greenBright = "greenBright",
inverse = "inverse",
magenta = "magenta",
magentaBright = "magentaBright",
red = "red",
redBright = "redBright",
white = "white",
whiteBright = "whiteBright",
yellow = "yellow",
yellowBright = "yellowBright"
}
//# sourceMappingURL=Foreground.d.ts.map