joarwilk / flowgen

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

Add a --module-name option #111

Open kevinbarabash opened 4 years ago

kevinbarabash commented 4 years ago

This option would wrap the existing declare module.exports = ... in a declare module "foo" { ... } block.

joshuanapoli commented 10 months ago

The --as-module argument does this.