How can I use the @class tag value instead of the constructor function name as a class’s longname?
The framework I am using creates classes using arrow functions that stick ‘create’ at the start so when you want to create an instance of Example
you would use createExample()
.
How can I use the @class tag value instead of the constructor function name as a class’s longname?
The framework I am using creates classes using arrow functions that stick ‘create’ at the start so when you want to create an instance of Example
you would use createExample()
.
How can I use the @class tag value instead of the constructor function name as a class’s longname?
The framework I am using creates classes using arrow functions that stick ‘create’ at the start so when you want to create an instance of Example
you would use createExample()
.
Combined type gets lost when used in the code
I have this function call:
JSDoc: Combined type gets lost when used in the code
I have this function call: