UNPKG

adaptive-expressions

Version:
26 lines 642 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ExpressionEvaluator } from '../expressionEvaluator'; /** * Uses the date-time library to provide a date readback. */ export declare class DateReadBack extends ExpressionEvaluator { /** * Initializes a new instance of the [DateReadBack](xref:adaptive-expressions.DateReadBack) class. */ constructor(); /** * @private */ private static evaluator; /** * @private */ private static validator; } //# sourceMappingURL=dateReadBack.d.ts.map