Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
export
function
tpIsSaturday(date: Temporal.ZonedDateTime): boolean {
2
return
date.dayOfWeek === 6;
3
}
Callers
2
tpIsWeekend
Function · 0.90
tpyAddBusinessDays
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected