UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

7 lines (6 loc) 344 B
import type { IdMapQuery, IdMapQueryResult } from './id-map-query-format'; import type { BasicQueryData } from '../../base-query-format'; /** * Executes the given ID map queries using the provided analyzer. */ export declare function executeIdMapQuery({ analyzer }: BasicQueryData, queries: readonly IdMapQuery[]): Promise<IdMapQueryResult>;