2 lines
129 B
TypeScript
2 lines
129 B
TypeScript
|
export declare function yarn(method: string, packages: string[], live: boolean, cwd: string, flags: string[]): Promise<unknown>;
|