UNPKG

adaptive-expressions

Version:
18 lines 503 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { TimeTransformEvaluator } from './timeTransformEvaluator'; /** * Add a number of minutes to a timestamp. */ export declare class AddMinutes extends TimeTransformEvaluator { /** * Initializes a new instance of the [AddMinutes](xref:adaptive-expressions.AddMinutes) class. */ constructor(); } //# sourceMappingURL=addMinutes.d.ts.map