MCPcopy
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
30function nextWeek(day: Day) {
31 const weekday = accusativeWeekdays[day];
32
33 return "'келесі " + weekday + " сағат' p'-де'";
34}
35
36const formatRelativeLocale = {
37 lastWeek: <DateType extends Date>(

Callers 1

index.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected