jkbrzt / rrule

JavaScript library for working with recurrence rules for calendar dates as defined in the iCalendar RFC and more.
https://jkbrzt.github.io/rrule
Other
3.27k stars 507 forks source link

Fixes return types for the before and after query methods to match the documentation #561

Closed jkepps closed 1 year ago

jkepps commented 1 year ago

Addresses https://github.com/jakubroztocil/rrule/issues/560


Thanks for contributing to rrule!

To submit a pull request, please verify that you have done the following:

jkepps commented 1 year ago

@davidgoli This PR addresses the comment you left on #462, and is slightly more comprehensive than #524