Skip to content

Commit 0c596b2

Browse files
committed
docs: generate docs
1 parent ce96d3a commit 0c596b2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,6 +1391,15 @@ const MyType = require('my-library').MyType;
13911391

13921392
}
13931393

1394+
const MyType = require('my-library').MyType;
1395+
1396+
/**
1397+
* @param {MyType} foo - Bar.
1398+
*/
1399+
function quux(foo) {
1400+
1401+
}
1402+
13941403
import {MyType} from 'my-library';
13951404

13961405
/**

0 commit comments

Comments
 (0)