@eagleoutice/flowr-dev
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
10 lines (9 loc) • 421 B
TypeScript
import type { KnownParser } from '../../r-bridge/parser';
/**
* Returns a version string for the REPL including flowR, R, and the engine in use.
*/
export declare function versionReplString(parser: KnownParser): Promise<string>;
/**
* Prints the version information for the REPL including flowR, R, and the bundled signature databases.
*/
export declare function printVersionRepl(parser: KnownParser): Promise<void>;