UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

6 lines (5 loc) 244 B
/** * Writes the wiki documentation to the specified output path. * Returns true if the file was updated, false if it was unchanged. */ export declare function writeWikiTo(text: string, output_path: string, check_change?: boolean): boolean;