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

Function tpIsSaturday

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

Source from the content-addressed store, hash-verified

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

Callers 2

tpIsWeekendFunction · 0.90
tpyAddBusinessDaysFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected