jefbarn / moment-recur-ts

Conversion of the moment-recur library into TypeScript.
MIT License
16 stars 7 forks source link

Improve performance of sparse recurrences #4

Closed jefbarn closed 6 years ago

jefbarn commented 6 years ago

Calculate next/previous dates by adding/subtracting the period of the rule vs blindly checking every date.