MCPcopy Create free account
hub / github.com/microsoft/SandDance / numberFormatLocale

Function numberFormatLocale

docs/app/js/sanddance-app.js:110034–110036  ·  view source on GitHub ↗
(definition)

Source from the content-addressed store, hash-verified

110032 });
110033}
110034function numberFormatLocale(definition) {
110035 return numberLocale((0, _d3Format.formatLocale)(definition));
110036}
110037function numberFormatDefaultLocale(definition) {
110038 return arguments.length ? defaultNumberLocale = numberFormatLocale(definition) : defaultNumberLocale;
110039}

Callers 2

localeFunction · 0.70

Calls 1

numberLocaleFunction · 0.70

Tested by

no test coverage detected