UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

6 lines (5 loc) 221 B
import { SummarizerType } from '../../util/summarizer'; /** * Auto-detects the summarization type based on the input path. */ export declare function detectSummarizationType(inputPath: string): Promise<SummarizerType>;