UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

8 lines (7 loc) 135 B
/** * The direction to slice a program. */ export declare enum SliceDirection { Backward = "backward", Forward = "forward" }