UNPKG

adaptive-expressions

Version:
22 lines 568 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ExpressionEvaluator } from '../expressionEvaluator'; /** * Returns time of day for a given timestamp. */ export declare class GetTimeOfDay extends ExpressionEvaluator { /** * Initializes a new instance of the [GetTimeOfDay](xref:adaptive-expressions.GetTimeOfDay) class. */ constructor(); /** * @private */ private static evaluator; } //# sourceMappingURL=getTimeOfDay.d.ts.map