Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/graphviz/model/abstract.ts>DotObject

🦕 Simple Graphviz library for Deno.
Latest
class DotObject
Abstract
import { DotObject } from "https://deno.land/x/graphviz@v0.2.1/model/abstract.ts";

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