Skip to content

Commit 8c75e36

Browse files
authored
1 parent 4e02ec3 commit 8c75e36

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/something.ts

+5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1+
/** @interface */
12
export type Something = {
23
/**
4+
* Some function
5+
*
6+
* @overload Default
37
* {@label DEFAULT}
48
*/
59
someFunction(): void;
610
/**
11+
* @overload With number
712
* {@label WITHNUMBER}
813
*/
914
someFunction(num: number): void;

0 commit comments

Comments
 (0)