Skip to content

Commit

Permalink
export type RuleSetUseItem
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Oct 8, 2020
1 parent 39faf34 commit 37c495c
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 @@ -17,6 +17,7 @@ const memorize = require("./util/memorize");
/** @typedef {import("../declarations/WebpackOptions").RuleSetConditionAbsolute} RuleSetConditionAbsolute */
/** @typedef {import("../declarations/WebpackOptions").RuleSetRule} RuleSetRule */
/** @typedef {import("../declarations/WebpackOptions").RuleSetUse} RuleSetUse */
/** @typedef {import("../declarations/WebpackOptions").RuleSetUseItem} RuleSetUseItem */
/** @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 @@ -10338,6 +10338,7 @@ declare namespace exports {
RuleSetConditionAbsolute,
RuleSetRule,
RuleSetUse,
RuleSetUseItem,
Configuration,
WebpackOptionsNormalized,
WebpackPluginInstance
Expand Down

0 comments on commit 37c495c

Please sign in to comment.