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