MCPcopy Create free account
hub / github.com/CloudOrc/SolidUI / generatorStyle

Method generatorStyle

solidui-web/scripts/utils.js:87–89  ·  view source on GitHub ↗
(style = [])

Source from the content-addressed store, hash-verified

85 */
86class Logger {
87 static generatorStyle(style = []) {
88 return style.join(";")
89 }
90 static changeStyle = (input, style) => `\x1b[${this.generatorStyle(style)}m${input}\x1b[0m`
91 static bColorMap = {
92 black: "40",

Callers 1

LoggerClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected