()
| 105 | }; |
| 106 | |
| 107 | const getSecondaryCalendarType = () => { |
| 108 | initConfiguration(); |
| 109 | return initialConfig.secondaryCalendarType; |
| 110 | }; |
| 111 | |
| 112 | /** |
| 113 | * Returns the configured IANA timezone ID. |
nothing calls this directly
no test coverage detected
searching dependent graphs…