UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

9 lines (8 loc) 247 B
export declare enum CascadeAction { /** The action is to start the cascade */ Stop = "stop", /** The action is to continue the cascade */ Continue = "continue", /** The action is to skip the current node */ Skip = "skip" }