We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7083a84 commit 7883e44Copy full SHA for 7883e44
README.md
@@ -4496,6 +4496,17 @@ function quux () {
4496
return;
4497
}
4498
// Settings: {"jsdoc":{"forceRequireReturn":true}}
4499
+
4500
+/** foo class */
4501
+class foo {
4502
+ /** foo constructor */
4503
+ constructor () {
4504
+ // =>
4505
+ this.bar = true;
4506
+ }
4507
+}
4508
4509
+export default foo;
4510
````
4511
4512
0 commit comments