UNPKG

@appshell/config

Version:

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

6 lines 364 B
import yargs from 'yargs'; import { CliConfig } from '../types'; export declare const readConfig: (configPath: string) => CliConfig; export declare const writeConfig: (configPath: string, config: CliConfig) => void; export declare const mergeConfigWithArgs: (config: CliConfig, argv: yargs.ArgumentsCamelCase<unknown>) => void; //# sourceMappingURL=config.d.ts.map