We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e952c4 commit 86578bfCopy full SHA for 86578bf
packages/components/jsdoc2md-helpers/jsdoc-helper.js
@@ -4,7 +4,7 @@ module.exports = {
4
* @param {string|null|undefined} type - Raw JSDoc type string.
5
* @returns {string|null|undefined} Escaped string or original falsy value.
6
*/
7
- escapeType: function(type) {
+ escapeType(type) {
8
if (!type) return type;
9
10
return type
0 commit comments