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

Function lastWeek

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

Source from the content-addressed store, hash-verified

16];
17
18function lastWeek(day: Day) {
19 const weekday = accusativeWeekdays[day];
20
21 return "'өткен " + weekday + " сағат' p'-де'";
22}
23
24function thisWeek(day: Day) {
25 const weekday = accusativeWeekdays[day];

Callers 1

index.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected