UNPKG

adaptive-expressions

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