@module-federation/enhanced
Version:
This package provides enhanced features for module federation.
10 lines (9 loc) • 628 B
TypeScript
import { NormalizedRuntimeInitOptionsWithOutShared } from "./utils.js";
import * as webpack$1 from "webpack";
import RuntimeGlobals from "webpack/lib/RuntimeGlobals";
//#region src/lib/container/runtime/getFederationGlobal.d.ts
declare const Template: typeof webpack$1.Template;
declare function getFederationGlobal(template: typeof Template, runtimeGlobals: typeof RuntimeGlobals, matcher: string | boolean, rootOutputDir: string | undefined, initOptionsWithoutShared: NormalizedRuntimeInitOptionsWithOutShared): string;
//#endregion
export { getFederationGlobal as default };
//# sourceMappingURL=getFederationGlobal.d.ts.map