UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

7 lines (6 loc) 259 B
import { RShell } from '../../../r-bridge/shell'; import type { GeneralDocContext } from '../../wiki-mk/doc-context'; /** * Explain how to write code using flowR */ export declare function explainWritingCode(_shell: RShell, ctx: GeneralDocContext): string;