Skip to content

Commit 4e02ec3

Browse files
authored
1 parent 6e4a952 commit 4e02ec3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
export * from './someInterface';
1+
export * from './something';
22

33
/**
4-
* Calls {@link SomeInterface#someFunction:WITHNUMBER | someFunction}
4+
* Calls {@link Something#someFunction:WITHNUMBER | someFunction}
55
*/
66
export function doStuff() {
77
/* ... */

src/someInterface.ts renamed to src/something.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export type SomeInterface = {
1+
export type Something = {
22
/**
33
* {@label DEFAULT}
44
*/

0 commit comments

Comments
 (0)