diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
28 lines (27 loc) • 2.71 kB
TypeScript
export declare function Bash(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function C(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Cpp(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Csharp(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Dart(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Elixir(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Erlang(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Go(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Java(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Javascript(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Kotlin(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Latex(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Matlab(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Nodejs(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Php(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Python(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function R(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Ruby(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Rust(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Scala(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Sql(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Swift(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Typescript(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare const JavaScript: typeof Javascript;
export declare const NodeJS: typeof Nodejs;
export declare const PHP: typeof Php;
export declare const TypeScript: typeof Typescript;