UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

6 lines (5 loc) 296 B
import type { ReplCodeCommand } from './repl-main'; export declare const controlflowCommand: ReplCodeCommand; export declare const controlflowStarCommand: ReplCodeCommand; export declare const controlflowBbCommand: ReplCodeCommand; export declare const controlflowBbStarCommand: ReplCodeCommand;