UNPKG

@appshell/config

Version:

Utility for producing a global appshell manifest for module federation micro-frontends

8 lines 402 B
/** * Generates an appshell manifest * @param templatePath path of the appshell manifest template to compile into an appshell manifest * @returns an appshell manifest */ declare const _default: <TMetadata extends Record<string, unknown>>(templatePath: string) => Promise<import("./types").AppshellManifest<TMetadata> | null>; export default _default; //# sourceMappingURL=generate.manifest.d.ts.map