UNPKG

adaptive-expressions

Version:
30 lines 684 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ExpressionEvaluator } from '../expressionEvaluator'; /** * Add a number of time units to a timestamp. */ export declare class AddToTime extends ExpressionEvaluator { /** * Initializes a new instance of the [AddToTime](xref:adaptive-expressions.AddToTime) class. */ constructor(); /** * @private */ private static evaluator; /** * @private */ private static evalAddToTime; /** * @private */ private static validator; } //# sourceMappingURL=addToTime.d.ts.map