UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

3 lines (2 loc) 168 B
import type { IEnvironment } from '../../dataflow/environments/environment'; export declare function printEnvironmentToMarkdown(env: IEnvironment | undefined): string;