UNPKG

adaptive-expressions

Version:
30 lines 693 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ExpressionEvaluator } from '../expressionEvaluator'; /** * Return the ordinal number of the input number. */ export declare class AddOrdinal extends ExpressionEvaluator { /** * Initializes a new instance of the [AddOrdinal](xref:adaptive-expressions.AddOrdinal) class. */ constructor(); /** * @private */ private static evaluator; /** * @private */ private static evalAddOrdinal; /** * @private */ private static validator; } //# sourceMappingURL=addOrdinal.d.ts.map