UNPKG

@terrencecrowley/ot-js

Version:
6 lines (5 loc) 157 B
export interface IExecutionContext { flagIsSet(flag: string): boolean; flagValue(flag: string): number; log(verbose: number, s: string): void; }