UNPKG

adaptive-expressions

Version:
26 lines 652 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ExpressionEvaluator } from '../expressionEvaluator'; /** * Set the value of an object's property and return the updated object. */ export declare class SetProperty extends ExpressionEvaluator { /** * Initializes a new instance of the [SetProperty](xref:adaptive-expressions.SetProperty) class. */ constructor(); /** * @private */ private static evaluator; /** * @private */ private static validator; } //# sourceMappingURL=setProperty.d.ts.map