* Renders the given text as a warning. * @param warning Warning text to render.
(warning)
| 94 | * @param warning Warning text to render. |
| 95 | */ |
| 96 | static warning(warning) { |
| 97 | return `\x1b[33m${warning}\x1b[0m`; |
| 98 | } |
| 99 | } |
| 100 | exports.Colorize = Colorize; |
| 101 | //# sourceMappingURL=Colorize.js.map |
nothing calls this directly
no outgoing calls
no test coverage detected