kungfooman / RuntimeTypeInspector.js

Checking JSDoc types at runtime for high-quality types - Trust is good, control is better.
MIT License
8 stars 0 forks source link

Remove ExportNamedDeclaration spam #103

Closed kungfooman closed 6 months ago

kungfooman commented 6 months ago

image

This is simply the case for:

const x = 1;
export {x};