@eagleoutice/flowr
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
9 lines (8 loc) • 351 B
TypeScript
import type { StdioProcessor } from './repl/execute';
import { scripts } from './common/scripts-info';
/**
* Path-safe helper of {@link waitOnScript} for other flowR scripts.
*
* @see waitOnScript
*/
export declare function runScript(name: keyof typeof scripts, args: readonly string[], io?: StdioProcessor, exitOnError?: boolean): Promise<void>;