MCPcopy Create free account
hub / github.com/Effect-TS/effect / Cron.ts

File Cron.ts

packages/effect/src/Cron.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * Utilities for recurring calendar schedules written as cron expressions or
3 * explicit field constraints. A `Cron` value stores allowed seconds, minutes,
4 * hours, days of month, months, weekdays, and an optional time zone. The module

Callers

nothing calls this directly

Calls 7

makeRestrictionsFunction · 0.85
makeLookupTableFunction · 0.85
restrictionsEqualsFunction · 0.85
EquivalenceFunction · 0.85
equalsMethod · 0.80
nextFunction · 0.70
makeMethod · 0.65

Tested by

no test coverage detected