UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

4 lines (3 loc) 266 B
import type { ReplCommand, ReplCommandInformation } from './repl-main'; export declare function tryExecuteRShellCommand({ output, parser, allowRSessionAccess, remainingLine }: ReplCommandInformation): Promise<void>; export declare const executeCommand: ReplCommand;