UNPKG

@appshell/config

Version:

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

9 lines 352 B
import { AppshellGlobalConfig } from './types'; type GenerateGlobalConfigOptions = { insecure: boolean; apiKey?: string; proxyUrl?: string; }; declare const _default: (registries: string[], options?: GenerateGlobalConfigOptions) => Promise<AppshellGlobalConfig>; export default _default; //# sourceMappingURL=generate.global-config.d.ts.map