UNPKG

adaptive-expressions

Version:
22 lines 557 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ExpressionEvaluator } from '../expressionEvaluator'; /** * Determines whether any element of a sequence satisfies a condition. */ export declare class Any extends ExpressionEvaluator { /** * Initializes a new instance of the [Any](xref:adaptive-expressions.Any) class. */ constructor(); /** * @private */ private static evaluator; } //# sourceMappingURL=any.d.ts.map