UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

7 lines (6 loc) 337 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;