(freq)
| 16682 | Frequency2[Frequency2["SECONDLY"] = 6] = "SECONDLY"; |
| 16683 | })(Frequency || (Frequency = {})); |
| 16684 | function freqIsDailyOrGreater(freq) { |
| 16685 | return freq < Frequency.HOURLY; |
| 16686 | } |
| 16687 | var fromText = function(text, language) { |
| 16688 | if (language === void 0) { |
| 16689 | language = ENGLISH; |
no outgoing calls
no test coverage detected