Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/date-fns/date-fns
/ nextWeek
Function
nextWeek
pkgs/core/src/locale/kk/_lib/formatRelative/index.ts:30–34 ·
view source on GitHub ↗
(day: Day)
Source
from the content-addressed store, hash-verified
28
}
29
30
function
nextWeek(day: Day) {
31
const
weekday = accusativeWeekdays[day];
32
33
return
"'келесі "
+ weekday +
" сағат' p'-де'"
;
34
}
35
36
const
formatRelativeLocale = {
37
lastWeek: <DateType extends Date>(
Callers
1
index.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected