Skip to content

Commit

Permalink
export type RuleSetUse
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Oct 8, 2020
1 parent e5fd246 commit 39faf34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Expand Up @@ -16,6 +16,7 @@ const memorize = require("./util/memorize");
/** @typedef {import("../declarations/WebpackOptions").RuleSetCondition} RuleSetCondition */
/** @typedef {import("../declarations/WebpackOptions").RuleSetConditionAbsolute} RuleSetConditionAbsolute */
/** @typedef {import("../declarations/WebpackOptions").RuleSetRule} RuleSetRule */
/** @typedef {import("../declarations/WebpackOptions").RuleSetUse} RuleSetUse */
/** @typedef {import("../declarations/WebpackOptions").WebpackOptions} Configuration */
/** @typedef {import("../declarations/WebpackOptions").WebpackOptionsNormalized} WebpackOptionsNormalized */
/** @typedef {import("../declarations/WebpackOptions").WebpackPluginFunction} WebpackPluginFunction */
Expand Down
1 change: 1 addition & 0 deletions types.d.ts
Expand Up @@ -10337,6 +10337,7 @@ declare namespace exports {
RuleSetCondition,
RuleSetConditionAbsolute,
RuleSetRule,
RuleSetUse,
Configuration,
WebpackOptionsNormalized,
WebpackPluginInstance
Expand Down

0 comments on commit 39faf34

Please sign in to comment.