We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e4a952 commit 4e02ec3Copy full SHA for 4e02ec3
src/index.ts
@@ -1,7 +1,7 @@
1
-export * from './someInterface';
+export * from './something';
2
3
/**
4
- * Calls {@link SomeInterface#someFunction:WITHNUMBER | someFunction}
+ * Calls {@link Something#someFunction:WITHNUMBER | someFunction}
5
*/
6
export function doStuff() {
7
/* ... */
src/someInterface.ts renamed to src/something.ts
@@ -1,4 +1,4 @@
-export type SomeInterface = {
+export type Something = {
* {@label DEFAULT}
0 commit comments