Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
18
function
lastWeek(day: Day) {
19
const
weekday = accusativeWeekdays[day];
20
21
return
"'өткен "
+ weekday +
" сағат' p'-де'"
;
22
}
23
24
function
thisWeek(day: Day) {
25
const
weekday = accusativeWeekdays[day];
Callers
1
index.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected