UNPKG

adaptive-expressions

Version:
30 lines 703 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ExpressionEvaluator } from '../expressionEvaluator'; /** * Return the start of the month for a timestamp. */ export declare class StartOfMonth extends ExpressionEvaluator { /** * Initializes a new instance of the [StartOfMonth](xref:adaptive-expressions.StartOfMonth) class. */ constructor(); /** * @private */ private static evaluator; /** * @private */ private static evalStartOfMonth; /** * @private */ private static validator; } //# sourceMappingURL=startOfMonth.d.ts.map