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