@eagleoutice/flowr
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
7 lines (6 loc) • 296 B
TypeScript
import type { REnvironmentInformation } from './environment';
import type { Identifier } from './identifier';
/**
* Removes all definitions of a given name from the environment.
*/
export declare function remove(name: Identifier, environment: REnvironmentInformation): REnvironmentInformation;