Skip to content

Commit 187f97f

Browse files
committed
fix: update import, exports type in README
1 parent a1f5f03 commit 187f97f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ type modules =
334334
replacements,
335335
}: {
336336
resourcePath: string;
337-
imports: object;
338-
exports: object;
337+
imports: object[];
338+
exports: object[];
339339
replacements: object[];
340340
}) => any;
341341
};

0 commit comments

Comments
 (0)