adaptive-expressions
Version:
Common Expression Language
26 lines • 589 B
TypeScript
/**
* @module adaptive-expressions
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { ExpressionEvaluator } from '../expressionEvaluator';
/**
* Reverses the order of the elements in a String or Array.
*/
export declare class Reverse extends ExpressionEvaluator {
/**
* Initializes a new instance of the `Reverse` class.
*/
constructor();
/**
* @private
*/
private static evaluator;
/**
* @private
*/
private static validator;
}
//# sourceMappingURL=reverse.d.ts.map