UNPKG

@aws-cdk-testing/cli-integ

Version:

Integration tests for the AWS CDK CLI

7 lines (6 loc) 202 B
/** * Return a { name -> directory } packages found in a Yarn monorepo * * Cached in YARN_MONOREPO_CACHE. */ export declare function findYarnPackages(root: string): Promise<Record<string, string>>;