Skip to content

Commit

Permalink
update type def from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLarkInn committed May 31, 2023
1 parent 792ee7e commit 1df0148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7229,7 +7229,7 @@ declare interface MinChunkSizePluginOptions {
minChunkSize: number;
}
declare class Module extends DependenciesBlock {
constructor(type: string, context?: string, layer?: string);
constructor(type: string, context?: null | string, layer?: null | string);
type: string;
context: null | string;
layer: null | string;
Expand Down

0 comments on commit 1df0148

Please sign in to comment.