ngm-cli
Version:
Simple way to manage angular submodules in one repository
12 lines (11 loc) • 334 B
TypeScript
export declare function buildCommand({project, verbose, clean, local, main, watch, skipBundles, buildEs2015}: {
project: any;
verbose: any;
clean: any;
local: any;
main: any;
watch: any;
skipBundles: any;
buildEs2015: any;
}): Promise<any>;
export declare function buildTsRun(cli: any): Promise<void>;