UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

9 lines (8 loc) 539 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;