Returns a list of era identifiers for the calendar.
()
| 79 | getYearsInEra(date: AnyCalendarDate): number; |
| 80 | /** Returns a list of era identifiers for the calendar. */ |
| 81 | getEras(): string[]; |
| 82 | |
| 83 | /** |
| 84 | * Returns the minimum month number of the given date's year. |
no outgoing calls
no test coverage detected