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 506 forks source link

When npm install rrule (version 2.7.1) the datetime.js folder is not able to be imported. Looking into node_modules/rrule/dist/esm/index.d.ts the last named export is { RRuleStrOptions } from './rrulestr'; folder. In the index.ts folder in src on github the last export is export { datetime } from './dateutil'. Can you update the necessary files to allow the importing of datetime? #549

Open timgarlick11 opened 2 years ago

timgarlick11 commented 2 years ago

Reporting an issue

Thank you for taking an interest in rrule! Please include the following in your report:

timgarlick11 commented 1 year ago

The issue was not meant to be closed. Are there any insights on how to resolve this issue?