UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

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