UNPKG

@ts-graphviz/core

Version:

Graphviz Models for Object-Oriented Programming

10 lines (9 loc) 142 B
import { RootGraph } from "./RootGraph.js"; class Digraph extends RootGraph { get directed() { return true; } } export { Digraph };