adaptive-expressions
Version:
Common Expression Language
18 lines • 498 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.
*/
export declare class Foreach extends ExpressionEvaluator {
/**
* Initializes a new instance of the [Foreach](xref:adaptive-expressions.Foreach) class.
*/
constructor();
}
//# sourceMappingURL=foreach.d.ts.map