Skip to content

Commit

Permalink
fix: update import, exports type in README
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenkao committed Mar 22, 2024
1 parent a1f5f03 commit 187f97f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,8 @@ type modules =
replacements,
}: {
resourcePath: string;
imports: object;
exports: object;
imports: object[];
exports: object[];
replacements: object[];
}) => any;
};
Expand Down

0 comments on commit 187f97f

Please sign in to comment.