UNPKG

tsm-cli

Version:

Simple way to manage typescipt and angular2 submodules from one repository

8 lines (7 loc) 220 B
export declare function buildCommand({project, verbose, clean, local}: { project: any; verbose: any; clean: any; local: any; }): Promise<any>; export declare function buildTsRun(cli: any): Promise<void>;