UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

8 lines (7 loc) 233 B
import { IConstruct } from "constructs"; import * as Graph from "./graph"; /** * Computes the graph store for a given Cdk construct, usually App. * @internal */ export declare function computeGraph(root: IConstruct): Graph.Store;