UNPKG

@ts-graphviz/core

Version:

Graphviz Models for Object-Oriented Programming

10 lines (9 loc) 139 B
import { RootGraph } from "./RootGraph.js"; class Graph extends RootGraph { get directed() { return false; } } export { Graph };