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

Function timeFormatDefaultLocale

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

Source from the content-addressed store, hash-verified

110066 return timeLocale((0, _d3TimeFormat.timeFormatLocale)(definition));
110067}
110068function timeFormatDefaultLocale(definition) {
110069 return arguments.length ? defaultTimeLocale = timeFormatLocale(definition) : defaultTimeLocale;
110070}
110071const createLocale = (number, time)=>(0, _vegaUtil.extend)({}, number, time);
110072function locale(numberSpec, timeSpec) {
110073 const number = numberSpec ? numberFormatLocale(numberSpec) : numberFormatDefaultLocale();

Callers 2

localeFunction · 0.70
defaultLocaleFunction · 0.70

Calls 1

timeFormatLocaleFunction · 0.70

Tested by

no test coverage detected