UNPKG

@eagleoutice/flowr-dev

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

5 lines (4 loc) 271 B
/** The `engines.node` range of the package.json, e.g. `>=22`. */ export declare function supportedNodeVersions(): string; /** The oldest major node version flowR runs on, derived from {@link supportedNodeVersions}. */ export declare function minimumNodeMajor(): number;