UNPKG

adaptive-expressions

Version:
22 lines 586 B
/** * @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 ascending order and return the sorted collection. */ export declare class SortBy extends ExpressionEvaluator { /** * Initializes a new instance of the [SortBy](xref:adaptive-expressions.SortBy) class. */ constructor(); /** * @private */ private static validator; } //# sourceMappingURL=sortBy.d.ts.map