UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

7 lines (6 loc) 161 B
/** * Thrown if for whatever reason, the pipeline is invalid. */ export declare class InvalidPipelineError extends Error { constructor(message: string); }