#Alepha - Datetime
#Installation
Part of the alepha package. Import from alepha/datetime.
#Overview
Date and time operations.
Features:
- Recurring interval definitions
- Duration parsing (ISO 8601, human-readable)
- Timezone support
- Dayjs integration
#API Reference
#Primitives
$debounce — * Coalescing window. Concurrent calls within this window share one execution.
$interval — Run a function periodically.
$throttle — * Max calls per window.
$timeout — Middleware that aborts handler execution if it exceeds a duration limit.