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