UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

4 lines (3 loc) 297 B
import type { DfShapeQuery, DfShapeQueryResult } from './df-shape-query-format'; import type { BasicQueryData } from '../../base-query-format'; export declare function executeDfShapeQuery({ dataflow: { graph }, ast, config }: BasicQueryData, queries: readonly DfShapeQuery[]): DfShapeQueryResult;