adaptive-expressions
Version:
Common Expression Language
26 lines • 638 B
TypeScript
/**
* @module adaptive-expressions
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { ExpressionEvaluator } from '../expressionEvaluator';
/**
* Return items from the front of an array or take the specific prefix from a string.
*/
export declare class Take extends ExpressionEvaluator {
/**
* Initializes a new instance of the [Take](xref:adaptive-expressions.Take) class.
*/
constructor();
/**
* @private
*/
private static evaluator;
/**
* @private
*/
private static validator;
}
//# sourceMappingURL=take.d.ts.map