(msg)
| 8851 | const LOGH = (msg) => (0, exports.LOG)(msg, enum_1.LogColor.C96); |
| 8852 | exports.LOGH = LOGH; |
| 8853 | const LOGZ = (msg) => (0, exports.LOG)(msg, enum_1.LogColor.C90); |
| 8854 | exports.LOGZ = LOGZ; |
| 8855 | function printLogColors() { |
| 8856 | let str = "123456789"; |
no outgoing calls
no test coverage detected