UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

10 lines (9 loc) 370 B
import type { DocMakerArgs } from './wiki-mk/doc-maker'; import { DocMaker } from './wiki-mk/doc-maker'; /** * https://github.com/flowr-analysis/flowr/blob/main/.github/ISSUE_TEMPLATE/linting-rule.yaml */ export declare class IssueLintingRule extends DocMaker<'.github/ISSUE_TEMPLATE/linting-rule.yaml'> { constructor(); text({ ctx }: DocMakerArgs): string; }