UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

6 lines (5 loc) 179 B
import type { IEnvironment } from '../../dataflow/environments/environment'; /** * */ export declare function printEnvironmentToMarkdown(env: IEnvironment | undefined): string;