UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

6 lines (5 loc) 202 B
import type { DataflowGraph } from '../../dataflow/graph/graph'; /** * Converts the given dataflow graph to an ASCII representation. */ export declare function dfgToAscii(dfg: DataflowGraph): string;