Skip to content

Commit

Permalink
chore: update types
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 committed Jul 1, 2024
1 parent 2fe0a28 commit b806202
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/// <reference types="node" />
export = CompressionPlugin;
/** @typedef {import("schema-utils/declarations/validate").Schema} Schema */
/** @typedef {import("webpack").Compiler} Compiler */
Expand Down Expand Up @@ -132,9 +131,9 @@ declare namespace CompressionPlugin {
InternalPluginOptions,
};
}
type WebpackPluginInstance = import("webpack").WebpackPluginInstance;
type Schema = import("schema-utils/declarations/validate").Schema;
type Compiler = import("webpack").Compiler;
type WebpackPluginInstance = import("webpack").WebpackPluginInstance;
type Compilation = import("webpack").Compilation;
type Source = import("webpack").sources.Source;
type Asset = import("webpack").Asset;
Expand Down

0 comments on commit b806202

Please sign in to comment.