Skip to content

Commit 0db55a6

Browse files
authored
Merge pull request #51 from tcudok/master
fix($typescript): Fix typo in TypeScript definition file
2 parents 24720c0 + 66276c6 commit 0db55a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ declare module 'webpack-flush-chunks' {
4040
stylesheets: string[];
4141

4242
/** Hash object of chunk names to CSS file paths */
43-
cssHashRaw: Recrod<string, string>;
43+
cssHashRaw: Record<string, string>;
4444

4545
/** `<script>window.__CSS_CHUNKS__ = ${JSON.stringify(cssHashRaw)}</script>` */
4646
cssHash: string[];

0 commit comments

Comments
 (0)