adaptive-expressions
Version:
Common Expression Language
22 lines • 642 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 string refers to a valid time range Valid time ranges contain partOfDay.
*/
export declare class IsTimeRange extends ExpressionEvaluator {
/**
* Initializes a new instance of the [IsTimeRange](xref:adaptive-expressions.IsTimeRange) class.
*/
constructor();
/**
* @private
*/
private static evaluator;
}
//# sourceMappingURL=isTimeRange.d.ts.map