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

Function thisWeek

pkgs/core/src/locale/it/_lib/formatRelative/index.ts:26–28  ·  view source on GitHub ↗
(day: number)

Source from the content-addressed store, hash-verified

24}
25
26function thisWeek(day: number): string {
27 return "'" + weekdays[day] + " alle' p";
28}
29
30function nextWeek(day: number): string {
31 switch (day) {

Callers 1

index.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected