UNPKG

254 BTypeScriptView Raw
1export declare function npmLinkCommand({project, local, deep, verbose, yarn, here}: {
2 project: any;
3 local: any;
4 deep: any;
5 verbose: any;
6 yarn: any;
7 here: any;
8}): Promise<any>;
9export declare function run(cli: any): Promise<any>;