Javascript – jsdoc for function returning a class
I was coding some JavaScript modules trying to have the intellisense working on VsCode with the JsDocs But now I'm struggling trying to write the JsDoc for the following case: Suppose I have this classes class SomeClass extends Array {}…