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

Function nextWeek

pkgs/core/src/locale/sk/_lib/formatRelative/index.ts:42–53  ·  view source on GitHub ↗
(day: Day)

Source from the content-addressed store, hash-verified

40}
41
42function nextWeek(day: Day) {
43 const weekday = accusativeWeekdays[day];
44
45 switch (day) {
46 case 0: /* Sun */
47 case 4: /* Wed */
48 case 6 /* Sat */:
49 return "'budúcu " + weekday + " o' p";
50 default:
51 return "'budúci' eeee 'o' p";
52 }
53}
54
55const formatRelativeLocale = {
56 lastWeek: <DateType extends Date>(

Callers 1

index.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected