* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getCalendars * https://tc39.es/proposal-intl-locale-info/#sec-Intl.Locale.prototype.getCalendars
()
| 705 | * https://tc39.es/proposal-intl-locale-info/#sec-Intl.Locale.prototype.getCalendars |
| 706 | */ |
| 707 | public getCalendars(): string[] { |
| 708 | return calendarsOfLocale(this) |
| 709 | } |
| 710 | |
| 711 | /** |
| 712 | * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getCollations |
no test coverage detected