adaptive-expressions
Version:
Common Expression Language
18 lines • 518 B
TypeScript
/**
* @module adaptive-expressions
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { ExpressionEvaluator } from '../expressionEvaluator';
/**
* Operate on each element and return the new collection of transformed elements.
*/
export declare class Select extends ExpressionEvaluator {
/**
* Initializes a new instance of the [Select](xref:adaptive-expressions.Select) class.
*/
constructor();
}
//# sourceMappingURL=select.d.ts.map