ohmjs / ohm

A library and language for building parsers, interpreters, compilers, etc.
MIT License
5.01k stars 217 forks source link

Update `Interval` typescript type #399

Closed ivokosir closed 1 year ago

ivokosir commented 2 years ago

I have added some functions to Interval that i found missing in type definitions. I'm kind of a noob to ohm so please check :smile:

pdubroy commented 1 year ago

I appreciate the pull request! I didn't end up directly merging it, but I did make the requested changes to the types (and just released v16.6.0 with these changes).