joarwilk / flowgen

Generate flowtype definition files from TypeScript
Other
658 stars 78 forks source link

Allow interface records to be exact, too #127

Closed lhchavez closed 3 years ago

lhchavez commented 3 years ago

This change makes interface records to be exact using {| ... |} when the --no-inexact flag is passed.

orta commented 3 years ago

Probably seems reasonable to me, unsure why just type should have the exact option 👍🏻