@eagleoutice/flowr
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
8 lines (7 loc) • 426 B
TypeScript
import { type REnvironmentInformation } from './environment';
/**
* Produce a clone of the given environment information.
* @param environment - The environment information to clone.
* @param recurseParents - Whether to clone the parent environments as well.
*/
export declare function cloneEnvironmentInformation({ current, level }: REnvironmentInformation, recurseParents?: boolean): REnvironmentInformation;