UNPKG

@eagleoutice/flowr-dev

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 WikiCreateLintingRules extends DocMaker<'wiki/Create Linting Rules.md'> { constructor(); protected text({ ctx }: DocMakerArgs): string; }