UNPKG

adaptive-expressions

Version:
26 lines 640 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ExpressionEvaluator } from '../expressionEvaluator'; /** * Check whether an expression is true or false. Based on the result, return a specified value. */ export declare class If extends ExpressionEvaluator { /** * Initializes a new instance of the [If](xref:adaptive-expressions.If) class. */ constructor(); /** * @private */ private static evaluator; /** * @private */ private static validator; } //# sourceMappingURL=if.d.ts.map