UNPKG

fauton

Version:

A library to test any finite automaton with arbitrary alphabets

5 lines (4 loc) 144 B
import { GraphNode } from '../types'; export declare class Render { static graphToHtml(graph: GraphNode, htmlFilePath: string): void; }