UNPKG

@berenddeboer/nx-aws-cdk

Version:

Nx self-inferring plugin for AWS CDK stacks

7 lines (6 loc) 236 B
/** * The root of the workspace */ export declare let workspaceRoot: string; export declare function setWorkspaceRoot(root: string): void; export declare function workspaceRootInner(dir: string, candidateRoot: string | null): string;