webpack-messages icon indicating copy to clipboard operation
webpack-messages copied to clipboard

Add TSDoc types

Open mxdvl opened this issue 2 years ago • 1 comments

Add TSDoc style types in the index.js, and add a script to generate the declaration file automatically, so these types are available to consumers.

npx -p typescript tsc index.js --declaration --allowJs --emitDeclarationOnly --outDir .

Fixes #6

mxdvl avatar Feb 24 '22 12:02 mxdvl

Hey @lukeed, anything I can do to help push this over the line?

mxdvl avatar Mar 16 '22 15:03 mxdvl

Closing as there seems to be little appetite for this 😊

mxdvl avatar Jul 05 '23 20:07 mxdvl