open-wc / custom-elements-manifest-deprecated

Custom Elements Manifest is a file format that describes custom elements in your project.
8 stars 4 forks source link

[core] better jsdoc support VARIABLES #22

Closed thepassle closed 3 years ago

thepassle commented 3 years ago
/** @type {string} - description */
export const foo = 'bar';