UNPKG

@terrencecrowley/ot-js

Version:
9 lines (8 loc) 280 B
import * as CI from "../lib/icontext.ts"; export declare class TestContext implements CI.IExecutionContext { constructor(); flagIsSet(flag: string): boolean; flagValue(flag: string): number; readonly verbosity: number; log(verbose: number, s: string): void; }