@eagleoutice/flowr
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
8 lines (7 loc) • 348 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>;