UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

7 lines (6 loc) 273 B
import type { StatsCliOptions } from '../statistics-app'; import type { FlowrConfig } from '../../config'; /** * The core function for the 'flowr stats' script. */ export declare function flowrScriptGetStats(options: StatsCliOptions, config: FlowrConfig): Promise<void>;