Skip to content

Commit 37c495c

Browse files
committed
export type RuleSetUseItem
1 parent 39faf34 commit 37c495c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const memorize = require("./util/memorize");
1717
/** @typedef {import("../declarations/WebpackOptions").RuleSetConditionAbsolute} RuleSetConditionAbsolute */
1818
/** @typedef {import("../declarations/WebpackOptions").RuleSetRule} RuleSetRule */
1919
/** @typedef {import("../declarations/WebpackOptions").RuleSetUse} RuleSetUse */
20+
/** @typedef {import("../declarations/WebpackOptions").RuleSetUseItem} RuleSetUseItem */
2021
/** @typedef {import("../declarations/WebpackOptions").WebpackOptions} Configuration */
2122
/** @typedef {import("../declarations/WebpackOptions").WebpackOptionsNormalized} WebpackOptionsNormalized */
2223
/** @typedef {import("../declarations/WebpackOptions").WebpackPluginFunction} WebpackPluginFunction */

types.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10338,6 +10338,7 @@ declare namespace exports {
1033810338
RuleSetConditionAbsolute,
1033910339
RuleSetRule,
1034010340
RuleSetUse,
10341+
RuleSetUseItem,
1034110342
Configuration,
1034210343
WebpackOptionsNormalized,
1034310344
WebpackPluginInstance

0 commit comments

Comments
 (0)