UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

10 lines (9 loc) 330 B
import type { DocMakerArgs } from './wiki-mk/doc-maker'; import { DocMaker } from './wiki-mk/doc-maker'; /** * https://github.com/flowr-analysis/flowr/wiki/Query-API */ export declare class WikiQuery extends DocMaker<'wiki/Query API.md'> { constructor(); protected text({ ctx, shell }: DocMakerArgs): Promise<string>; }