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

Function tpIsSunday

pkgs/core/src/tp/isSunday/index.ts:1–3  ·  view source on GitHub ↗
(date: Temporal.ZonedDateTime)

Source from the content-addressed store, hash-verified

1export function tpIsSunday(date: Temporal.ZonedDateTime): boolean {
2 return date.dayOfWeek === 7;
3}

Callers 2

tpIsWeekendFunction · 0.90
tpyAddBusinessDaysFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected