adaptive-expressions
Version:
Common Expression Language
22 lines • 650 B
TypeScript
/**
* @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 a valid date. Valid dates contain the year, month and dayOfMonth.
*/
export declare class IsDefinite extends ExpressionEvaluator {
/**
* Initializes a new instance of the [IsDefinite](xref:adaptive-expressions.IsDefinite) class.
*/
constructor();
/**
* @private
*/
private static evaluator;
}
//# sourceMappingURL=isDefinite.d.ts.map