UNPKG

@pulumi/aws

Version:

A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.

4 lines (3 loc) 154 B
export { GraphArgs, GraphState } from "./graph"; export type Graph = import("./graph").Graph; export declare const Graph: typeof import("./graph").Graph;