Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
24
function
thisWeek(day: Day) {
25
const
weekday = accusativeWeekdays[day];
26
27
return
"'"
+ weekday +
" сағат' p'-де'"
;
28
}
29
30
function
nextWeek(day: Day) {
31
const
weekday = accusativeWeekdays[day];
Callers
1
index.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected