(value)
| 107 | let input = stripOuterQuotes(String(raw || "").trim()); |
| 108 | let first = ""; |
| 109 | let rest = input; |
| 110 | let intervalMs = defaults.intervalMs ?? null; |
| 111 | if (!input && defaults.action) { |
| 112 | rest = defaults.action; |
| 113 | } else { |
| 114 | [first, rest] = splitFirst(input); |
no outgoing calls
no test coverage detected