(msg: unknown)
| 61 | let DEBUG_MODE = false; |
| 62 | |
| 63 | function logDebug(msg: unknown) { |
| 64 | if (DEBUG_MODE) console.log("[DEBUG]", msg); |
| 65 | } |
| 66 | |
| 67 | /* ------------------------------------------------------------------------------------------------ |
| 68 | * Retool API helpers |
no outgoing calls
no test coverage detected