()
| 13 | return result.map((_, index) => (result[(index + (weekStart || 0)) % 7])) |
| 14 | } |
| 15 | const getDayjsLocaleObject = () => dayjs.Ls[dayjs.locale()] |
| 16 | const getLongDateFormat = (l, format) => |
| 17 | l.formats[format] || t(l.formats[format.toUpperCase()]) |
| 18 |