UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

4 lines (3 loc) 326 B
import type { FeatureStatisticsWithMeta } from '../../feature'; import type { StatisticsSummarizerConfiguration } from '../../../summarizer/summarizer'; export declare function postProcess(featureRoot: string, info: Map<string, FeatureStatisticsWithMeta>, outputPath: string, config: StatisticsSummarizerConfiguration): void;