UNPKG

adaptive-expressions

Version:
23 lines 601 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ExpressionEvaluator } from '../expressionEvaluator'; /** * Convert ticks to number of hours. */ export declare class TicksToHours extends ExpressionEvaluator { private static readonly TicksPerHour; /** * Initializes a new instance of the [TicksToHours](xref:adaptive-expressions.TicksToHours) class. */ constructor(); /** * @private */ private static evaluator; } //# sourceMappingURL=ticksToHours.d.ts.map