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