UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

10 lines (9 loc) 325 B
import type { DocMakerArgs } from './wiki-mk/doc-maker'; import { DocMaker } from './wiki-mk/doc-maker'; /** * https://github.com/flowr-analysis/flowr/wiki/Linter */ export declare class WikiLinter extends DocMaker<'wiki/Linter.md'> { constructor(); protected text({ treeSitter }: DocMakerArgs): Promise<string>; }