UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

4 lines (3 loc) 239 B
import type { FeatureKey } from '../../statistics/features/feature'; export declare function validateFeatures(features: (string[] | ['all'] | FeatureKey[])): Set<FeatureKey>; export declare function retrieveArchiveName(p: string): string;