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

methods: jsDoc return type is empty #46

Closed thepassle closed 3 years ago

thepassle commented 3 years ago
/**
 * @returns {void}
 */
foo() {}

results in: {type: { type: ''}}