Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher authored Jan 4, 2025
1 parent ab91cf2 commit ebce9f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/**
* {@link SomeInterface#someFunction:WITHNUMBER | someFunction}
* Calls {@link SomeInterface#someFunction | someFunction}
*/
export const bug = 123;
export function doStuff() {
/* ... */
}

0 comments on commit ebce9f9

Please sign in to comment.