UNPKG

adaptive-expressions

Version:
26 lines 668 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ExpressionEvaluator } from '../expressionEvaluator'; /** * Return the result from adding two or more numbers (pure number case) or concatting two or more strings (other case). */ export declare class Add extends ExpressionEvaluator { /** * Initializes a new instance of the [Add](xref:adaptive-expressions.Add) class. */ constructor(); /** * @private */ private static evaluator; /** * @private */ private static validator; } //# sourceMappingURL=add.d.ts.map