UNPKG

diagrams-js

Version:

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

6 lines (5 loc) 558 B
export declare function APM(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Logs(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Metrics(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Observability(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Uptime(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;