UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

7 lines (6 loc) 272 B
import type { DocMakerArgs } from './wiki-mk/doc-maker'; import { DocMaker } from './wiki-mk/doc-maker'; export declare class WikiAbsint extends DocMaker<'wiki/Abstract Interpretation.md'> { constructor(); protected text({ ctx }: DocMakerArgs): Promise<string>; }