UNPKG

adaptive-expressions

Version:
22 lines 593 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ExpressionEvaluator } from '../expressionEvaluator'; /** * Return true if a given TimexProperty or Timex expression refers to the present. */ export declare class IsPresent extends ExpressionEvaluator { /** * Initializes a new instance of the [IsPresent](xref:adaptive-expressions.IsPresent) class. */ constructor(); /** * @private */ private static evaluator; } //# sourceMappingURL=isPresent.d.ts.map