@eagleoutice/flowr
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
10 lines (9 loc) • 323 B
TypeScript
import type { DocMakerArgs } from './wiki-mk/doc-maker';
import { DocMaker } from './wiki-mk/doc-maker';
/**
* https://github.com/flowr-analysis/flowr/wiki/Search-API
*/
export declare class WikiSearch extends DocMaker<'wiki/Search API.md'> {
constructor();
text({ ctx, shell }: DocMakerArgs): Promise<string>;
}