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.24k stars 506 forks source link

expose ALL_WEEKDAYS constant from index file #591

Closed jeffreykwan closed 8 months ago

jeffreykwan commented 1 year ago

I would like to utilize the ALL_WEEKDAYS constant in my app to create a select with weekdays as options. Would love to hear your thoughts and discuss alternatives if you would like to limit the amount of exports in the index file.

Thank you!

Thanks for contributing to rrule!

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

davidgoli commented 8 months ago

Thanks for the contribution!