wanasit / chrono

A natural language date parser in Javascript
MIT License
4.61k stars 340 forks source link

Export `ParsedComponents` again #520

Closed SferaDev closed 1 year ago

SferaDev commented 1 year ago

We are using the public ParsedComponents type, however in https://github.com/wanasit/chrono/commit/feb250d3ca44ff30efb59d62440e576496434d8f when the interfaces where moved parsing.ts and later to types.ts, ParsedComponents was not re-exported again.

There are other interfaces that went private with that change, up to you to decide which ones you want to re-export.

wanasit commented 1 year ago

Thanks both of you.