@eagleoutice/flowr-dev
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
7 lines (6 loc) • 416 B
TypeScript
import type { FunctionInfo } from './function-info';
import type { LinkToNestedCall } from '../../call-context-query/call-context-query-format';
/** the assertion helpers of the test frameworks; each hands its input back invisibly, so none reaches stdout */
export declare const ExpectFunctionNames: RegExp;
export declare const ExpectFunctions: LinkToNestedCall;
export declare const TestFunctions: FunctionInfo[];