UNPKG

adaptive-expressions

Version:
22 lines 605 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ExpressionEvaluator } from '../expressionEvaluator'; /** * Filter on each element and return the new collection of filtered elements which match a specific condition. */ export declare class Where extends ExpressionEvaluator { /** * Initializes a new instance of the [Where](xref:adaptive-expressions.Where) class. */ constructor(); /** * @private */ private static evaluator; } //# sourceMappingURL=where.d.ts.map