UNPKG

adaptive-expressions

Version:
22 lines 602 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 a valid duration. */ export declare class IsDuration extends ExpressionEvaluator { /** * Initializes a new instance of the [IsDuration](xref:adaptive-expressions.IsDuration) class. */ constructor(); /** * @private */ private static evaluator; } //# sourceMappingURL=isDuration.d.ts.map