UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

9 lines (8 loc) 212 B
import { DocMaker } from './wiki-mk/doc-maker'; /** * https://github.com/flowr-analysis/flowr/wiki/FAQ */ export declare class WikiFaq extends DocMaker<'wiki/FAQ.md'> { constructor(); text(): string; }