-   Notifications  You must be signed in to change notification settings 
- Fork 1
Open
Description
See microsoft/TypeScript#50274
❌ Invalid for tsc: @typedef {Function}
 /**  * @typedef {Function} PersonGreet  * @param {String} name - other's name  * @returns {String} - the greeting  *//**  * @function PersonGreet  * @param {String} name - other's name  * @returns {String} - the greeting  */⚠️  Workaround: @callback
 It's confusing, but it's our option.
/**  * @callback PersonGreet  * @param {String} name - other's name  * @returns {String} - the greeting  */forceuser
Metadata
Metadata
Assignees
Labels
No labels