adaptive-expressions
Version:
Common Expression Language
22 lines • 628 B
TypeScript
/**
* @module adaptive-expressions
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { ExpressionEvaluator } from '../expressionEvaluator';
/**
* Sort elements in the collection in descending order, and return the sorted collection.
*/
export declare class SortByDescending extends ExpressionEvaluator {
/**
* Initializes a new instance of the [SortByDescending](xref:adaptive-expressions.SortByDescending) class.
*/
constructor();
/**
* @private
*/
private static validator;
}
//# sourceMappingURL=sortByDescending.d.ts.map