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 dataflowCommand: ReplCommand; export declare const dataflowStarCommand: ReplCommand; export declare const dataflowSimplifiedCommand: ReplCommand; export declare const dataflowSimpleStarCommand: ReplCommand;