MCPcopy
hub / github.com/date-fns/date-fns / thisWeek

Function thisWeek

pkgs/core/src/locale/kk/_lib/formatRelative/index.ts:24–28  ·  view source on GitHub ↗
(day: Day)

Source from the content-addressed store, hash-verified

22}
23
24function thisWeek(day: Day) {
25 const weekday = accusativeWeekdays[day];
26
27 return "'" + weekday + " сағат' p'-де'";
28}
29
30function nextWeek(day: Day) {
31 const weekday = accusativeWeekdays[day];

Callers 1

index.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected