adaptive-expressions
Version:
Common Expression Language
27 lines • 663 B
TypeScript
/**
* @module adaptive-expressions
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { ExpressionEvaluator } from '../expressionEvaluator';
/**
* Return a timestamp in the specified format from ticks.
*/
export declare class FormatTicks extends ExpressionEvaluator {
/**
* Initializes a new instance of the [FormatTicks](xref:adaptive-expressions.FormatTicks) class.
*/
constructor();
/**
* @private
*/
private static evaluator;
/**
* @param expression
* @private
*/
private static validator;
}
//# sourceMappingURL=formatTicks.d.ts.map