Skip to content

Commit b709e90

Browse files
committed
chore: update jsdoc
1 parent 958bb62 commit b709e90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ type Options = {
104104
*/
105105
resolveName?: (id: string) => string | Promise<string>
106106
/**
107-
* Whether to keep default export
107+
* Whether to remove default export
108108
* @default false
109109
*/
110110
removeDefault?: boolean

src/core/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export interface Options {
1212
*/
1313
resolveName?: (id: string) => string | Promise<string>
1414
/**
15-
* Whether to keep default export
15+
* Whether to remove default export
1616
* @default false
1717
*/
1818
removeDefault?: boolean

0 commit comments

Comments
 (0)