Skip to content

Commit

Permalink
Merge pull request #51 from tcudok/master
Browse files Browse the repository at this point in the history
fix($typescript): Fix typo in TypeScript definition file
  • Loading branch information
faceyspacey authored Dec 20, 2017
2 parents 24720c0 + 66276c6 commit 0db55a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ declare module 'webpack-flush-chunks' {
stylesheets: string[];

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

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

0 comments on commit 0db55a6

Please sign in to comment.