Skip to content

Commit

Permalink
export type ExternalItemObjectUnknown
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Apr 11, 2023
1 parent 5ae5feb commit 5460618
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 @@ -13,6 +13,7 @@ const memoize = require("./util/memoize");
/** @typedef {import("../declarations/WebpackOptions").EntryObject} EntryObject */
/** @typedef {import("../declarations/WebpackOptions").ExternalItemFunctionData} ExternalItemFunctionData */
/** @typedef {import("../declarations/WebpackOptions").ExternalItemObjectKnown} ExternalItemObjectKnown */
/** @typedef {import("../declarations/WebpackOptions").ExternalItemObjectUnknown} ExternalItemObjectUnknown */
/** @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 @@ -13192,6 +13192,7 @@ declare namespace exports {
EntryObject,
ExternalItemFunctionData,
ExternalItemObjectKnown,
ExternalItemObjectUnknown,
ExternalItemValue,
Externals,
FileCacheOptions,
Expand Down

0 comments on commit 5460618

Please sign in to comment.