(format, index)
| 5101 | } |
| 5102 | |
| 5103 | function listMonths(format, index) { |
| 5104 | return listMonthsImpl(format, index, 'months'); |
| 5105 | } |
| 5106 | |
| 5107 | function listMonthsShort(format, index) { |
| 5108 | return listMonthsImpl(format, index, 'monthsShort'); |
nothing calls this directly
no test coverage detected