UNPKG

@eagleoutice/flowr-dev

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

7 lines (6 loc) 332 B
import type { FlowrFeatureCounts } from './stats'; /** * Counts the linting rules, their tags, the queries, and the built-in definitions by the handler they use. * Every count is defensive, as this also runs against older definitions when the history is filled in. */ export declare function countFeatures(): FlowrFeatureCounts;