effect-io-ai

Package: effect
Module: Cron

Cron.sequenceReverse

Returns an IterableIterator which yields the sequence of Dates that match the Cron instance, in reverse direction.

Signature

declare const sequenceReverse: (cron: Cron, startFrom?: DateTime.DateTime.Input) => IterableIterator<Date>

Source

Since v3.20.0