UNPKG

adaptive-expressions

Version:
26 lines 644 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ExpressionEvaluator } from '../expressionEvaluator'; /** * Return a number of ticks that the two timestamps differ. */ export declare class DateTimeDiff extends ExpressionEvaluator { /** * Initializes a new instance of the [DateTimeDiff](xref:adaptive-expressions.DateTimeDiff) class. */ constructor(); /** * @private */ private static evaluator; /** * @private */ private static validator; } //# sourceMappingURL=dateTimeDiff.d.ts.map