Skip to content

Commit

Permalink
pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed May 17, 2024
1 parent 9881f84 commit d658826
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 89 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ Returns a list of the explicit named exports of the module of the form `String[]
### `AbstractModuleSource.prototype.starExports()`
Returns a list of the imports which are star exported, of the form `InstanceImport` defined by:
Returns a list of the imports which are star exported, of the form `ImportStar[]` defined by:
```ts
interface InstanceImport {
interface ImportStar {
specifier: string
}
```
Expand Down
Loading

0 comments on commit d658826

Please sign in to comment.