@eagleoutice/flowr
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
10 lines (9 loc) • 360 B
TypeScript
import { type FeatureKey } from '../../statistics/features/feature';
/**
* Validate that the given features are known by flowR.
*/
export declare function validateFeatures(features: (string[] | ['all'] | FeatureKey[])): Set<FeatureKey>;
/**
* Retrieve the archive name for the given path.
*/
export declare function retrieveArchiveName(p: string): string;