UNPKG

adaptive-expressions

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