wv-gotcha
Version:
 wv-local-service-bus # Purpose To accumulate your walkthroughs to accomplish your common tasks with less effort.
25 lines • 967 B
JavaScript
;
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