UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

10 lines (9 loc) 322 B
import type { DocMakerArgs } from './wiki-mk/doc-maker'; import { DocMaker } from './wiki-mk/doc-maker'; /** * https://github.com/flowr-analysis/flowr/blob/main/README.md */ export declare class DocReadme extends DocMaker<'README.md'> { constructor(); text({ treeSitter, ctx }: DocMakerArgs): Promise<string>; }