(i, t)
| 5151 | } |
| 5152 | var He = ["MO", "TU", "WE", "TH", "FR", "SA", "SU"], Z = function() { |
| 5153 | function e(i, t) { |
| 5154 | if (t === 0) |
| 5155 | throw new Error("Can't create weekday with n == 0"); |
| 5156 | this.weekday = i, this.n = t; |
| 5157 | } |
| 5158 | return e.fromStr = function(i) { |
| 5159 | return new e(He.indexOf(i)); |
| 5160 | }, e.prototype.nth = function(i) { |
no test coverage detected