UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

8 lines (7 loc) 150 B
export interface QuadsCliOptions { verbose: boolean; help: boolean; input: string[]; limit: number; output: string | undefined; }