jefbarn / moment-recur-ts

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

Distribute ES6 module bundle #7

Open jefbarn opened 6 years ago

jefbarn commented 6 years ago

Provide compiled ES6 modules. ES6 modules will likely be complied without polyfills. Assumption is that anyone using ES6 modules either is using a newer runtime, or is capable of providing their own polyfills.