flowgen icon indicating copy to clipboard operation
flowgen copied to clipboard

Add a --module-name option

Open kevinbarabash opened this issue 4 years ago • 1 comments

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

kevinbarabash avatar May 09 '20 16:05 kevinbarabash

The --as-module argument does this.

joshuanapoli avatar Nov 06 '23 14:11 joshuanapoli