flowgen
flowgen copied to clipboard
Add a --module-name option
This option would wrap the existing declare module.exports = ...
in a declare module "foo" { ... }
block.
The --as-module
argument does this.