UNPKG

adaptive-expressions

Version:
22 lines 535 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ComparisonEvaluator } from './comparisonEvaluator'; /** * Evaluates an expression for truthiness. */ export declare class Exists extends ComparisonEvaluator { /** * Initializes a new instance of the [Exists](xref:adaptive-expressions.Exists) class. */ constructor(); /** * @private */ private static func; } //# sourceMappingURL=exists.d.ts.map