Edit File: yarn.d.ts
export declare function yarn(method: string, packages: string[], live: boolean, cwd: string, flags: string[]): Promise<void>;
Back to File Manager