UNPKG

@ts-graphviz/core

Version:

Graphviz Models for Object-Oriented Programming

10 lines (9 loc) 241 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const RootGraph = require("./RootGraph.cjs"); class Graph extends RootGraph.RootGraph { get directed() { return false; } } exports.Graph = Graph;