UNPKG

wv-gotcha

Version:

![](https://raw.githubusercontent.com/wV-software/icons/main/Wv/Product%20Icon/wv_128x128.png) wv-local-service-bus # Purpose To accumulate your walkthroughs to accomplish your common tasks with less effort.

25 lines 967 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Foreground = void 0; var Foreground; (function (Foreground) { Foreground["black"] = "black"; Foreground["blackBright"] = "blackBright"; Foreground["blue"] = "blue"; Foreground["blueBright"] = "blueBright"; Foreground["cyan"] = "cyan"; Foreground["cyanBright"] = "cyanBright"; Foreground["gray"] = "gray"; Foreground["green"] = "green"; Foreground["greenBright"] = "greenBright"; Foreground["inverse"] = "inverse"; Foreground["magenta"] = "magenta"; Foreground["magentaBright"] = "magentaBright"; Foreground["red"] = "red"; Foreground["redBright"] = "redBright"; Foreground["white"] = "white"; Foreground["whiteBright"] = "whiteBright"; Foreground["yellow"] = "yellow"; Foreground["yellowBright"] = "yellowBright"; })(Foreground || (exports.Foreground = Foreground = {})); //# sourceMappingURL=Foreground.js.map