UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

7 lines (6 loc) 343 B
import type { RNodeWithParent } from '../../r-bridge/lang-4.x/ast/model/processing/decorate'; export declare function normalizedAstToMermaid(ast: RNodeWithParent, prefix?: string): string; /** * Use mermaid to visualize the normalized AST. */ export declare function normalizedAstToMermaidUrl(ast: RNodeWithParent, prefix?: string): string;