(l, format)
| 14 | } |
| 15 | const getDayjsLocaleObject = () => dayjs.Ls[dayjs.locale()] |
| 16 | const getLongDateFormat = (l, format) => |
| 17 | l.formats[format] || t(l.formats[format.toUpperCase()]) |
| 18 | |
| 19 | const localeData = function () { |
| 20 | return { |
no test coverage detected