UNPKG

adaptive-expressions

Version:
22 lines 548 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ExpressionEvaluator } from '../expressionEvaluator'; /** * Return the lowest value from a set of numbers in an array. */ export declare class Min extends ExpressionEvaluator { /** * Initializes a new instance of the [Min](xref:adaptive-expressions.Min) class. */ constructor(); /** * @private */ private static evaluator; } //# sourceMappingURL=min.d.ts.map