Skip to main content
Module

x/graphviz/model/abstract.ts

🦕 Simple Graphviz library for Deno.
Latest
import * as graphviz from "https://deno.land/x/graphviz@v0.2.1/model/abstract.ts";

Classes

c
DotObject
abstract

Classes implemented in the 'ts-graphviz' library that implement the toDot method are designed to inherit from this class.

Classes implemented in the 'ts-graphviz' library are designed to inherit from this class.