@eagleoutice/flowr
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
8 lines (7 loc) • 417 B
TypeScript
import type { ReplCodeCommand } from './repl-main';
export declare const dataflowCommand: ReplCodeCommand;
export declare const dataflowStarCommand: ReplCodeCommand;
export declare const dataflowAsciiCommand: ReplCodeCommand;
export declare const dataflowSilentCommand: ReplCodeCommand;
export declare const dataflowSimplifiedCommand: ReplCodeCommand;
export declare const dataflowSimpleStarCommand: ReplCodeCommand;