UNPKG

diagrams-js

Version:

A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code

7 lines (6 loc) 669 B
export declare function Ansible(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Atlantis(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Awx(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Pulumi(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Puppet(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Terraform(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;