UNPKG

adaptive-expressions

Version:
22 lines 571 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ExpressionEvaluator } from '../expressionEvaluator'; /** * Return the date of a specified timestamp in m/dd/yyyy format. */ export declare class DateFunc extends ExpressionEvaluator { /** * Initializes a new instance of the [DateFunc](xref:adaptive-expressions.DateFunc) class. */ constructor(); /** * @private */ private static evaluator; } //# sourceMappingURL=dateFunc.d.ts.map