Skip to content

Commit aedcd0b

Browse files
committed
docs: generate docs
1 parent faf9e88 commit aedcd0b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1371,6 +1371,13 @@ function quux(foo) {
13711371

13721372
}
13731373

1374+
/**
1375+
* @param {Promise} foo - Bar.
1376+
*/
1377+
function quux(foo) {
1378+
1379+
}
1380+
13741381
class MyClass {}
13751382

13761383
/**
@@ -1411,7 +1418,7 @@ import {MyType} from 'my-library';
14111418

14121419
}
14131420

1414-
/*global MyType*/
1421+
/*globals MyType*/
14151422

14161423
/**
14171424
* @param {MyType} foo - Bar.

0 commit comments

Comments
 (0)