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 ce96d3a commit 0c596b2Copy full SHA for 0c596b2
README.md
@@ -1391,6 +1391,15 @@ const MyType = require('my-library').MyType;
1391
1392
}
1393
1394
+const MyType = require('my-library').MyType;
1395
+
1396
+/**
1397
+ * @param {MyType} foo - Bar.
1398
+ */
1399
+ function quux(foo) {
1400
1401
+}
1402
1403
import {MyType} from 'my-library';
1404
1405
/**
0 commit comments