moment / luxon

⏱ A library for working with dates and times in JS
https://moment.github.io/luxon
MIT License
15.32k stars 730 forks source link

Can we expose `FixedOffsetZone.fixed` in the Typescript typings? #1661

Open mceachen opened 2 hours ago

mceachen commented 2 hours ago

The current typings don't include this field, but it'd be a huge help to expose a getter to the field.

If you're OK with the idea, I'm happy to submit a PR.

Thanks for Luxon!