UNPKG

259 BTypeScriptView Raw
1import { IArgv } from './types';
2import { IOptions } from '@kano/kit-app-shell-core/lib/types';
3export declare function agregateArgv(argv: IArgv, platformId: string, command: string): Promise<IOptions>;
4export declare function addConfig(opts: any): IOptions;