Skip to content

Commit

Permalink
export type ExternalItemObjectKnown
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Apr 11, 2023
1 parent d59e5fa commit 5ae5feb
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 @@ -12,6 +12,7 @@ const memoize = require("./util/memoize");
/** @typedef {import("../declarations/WebpackOptions").EntryNormalized} EntryNormalized */
/** @typedef {import("../declarations/WebpackOptions").EntryObject} EntryObject */
/** @typedef {import("../declarations/WebpackOptions").ExternalItemFunctionData} ExternalItemFunctionData */
/** @typedef {import("../declarations/WebpackOptions").ExternalItemObjectKnown} ExternalItemObjectKnown */
/** @typedef {import("../declarations/WebpackOptions").ExternalItemValue} ExternalItemValue */
/** @typedef {import("../declarations/WebpackOptions").Externals} Externals */
/** @typedef {import("../declarations/WebpackOptions").FileCacheOptions} FileCacheOptions */
Expand Down
1 change: 1 addition & 0 deletions types.d.ts
Expand Up @@ -13191,6 +13191,7 @@ declare namespace exports {
EntryNormalized,
EntryObject,
ExternalItemFunctionData,
ExternalItemObjectKnown,
ExternalItemValue,
Externals,
FileCacheOptions,
Expand Down

0 comments on commit 5ae5feb

Please sign in to comment.