MCPcopy
hub / github.com/formatjs/formatjs / getCalendars

Method getCalendars

packages/intl-locale/index.ts:707–709  ·  view source on GitHub ↗

* 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

()

Source from the content-addressed store, hash-verified

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

Callers 1

index.test.tsFile · 0.80

Calls 1

calendarsOfLocaleFunction · 0.85

Tested by

no test coverage detected