UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

6 lines (5 loc) 219 B
import type { SummarizerCliOptions } from '../summarizer-app'; /** * The core function for the 'flowr summarize' script. */ export declare function flowrScriptSummarizer(options: SummarizerCliOptions): Promise<void>;