MCPcopy Create free account
hub / github.com/apache/echarts / getDefaultLocaleModel

Function getDefaultLocaleModel

src/core/locale.ts:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73}
74
75export function getDefaultLocaleModel(): Model<LocaleOption> {
76 return localeModels[DEFAULT_LOCALE];
77}
78
79// Default locale
80registerLocale(LOCALE_EN, langEN);

Callers 1

formatFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected