UNPKG

adaptive-expressions

Version:
22 lines 569 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ExpressionEvaluator } from '../expressionEvaluator'; /** * Set path in a JSON object to value. */ export declare class SetPathToValue extends ExpressionEvaluator { /** * Initializes a new instance of the [SetPathToValue](xref:adaptive-expressions.SetPathToValue) class. */ constructor(); /** * @private */ private static evaluator; } //# sourceMappingURL=setPathToValue.d.ts.map