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

Add typesafety to `Weekday.toString()` #572

Closed nandorojo closed 9 months ago

nandorojo commented 1 year ago

Currently this type returns string rather than WeekdayStr.


Thanks for contributing to rrule!

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

Let me know if a test is needed. It's a pretty minor edit.