UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

6 lines (5 loc) 528 B
import type { DataflowInformation } from '../../../info'; import type { DataflowProcessorInformation } from '../../../processor'; import type { RParameter } from '../../../../r-bridge/lang-4.x/ast/model/nodes/r-parameter'; import type { ParentInformation } from '../../../../r-bridge/lang-4.x/ast/model/processing/decorate'; export declare function processFunctionParameter<OtherInfo>(parameter: RParameter<OtherInfo & ParentInformation>, data: DataflowProcessorInformation<OtherInfo & ParentInformation>): DataflowInformation;