UNPKG

adaptive-expressions

Version:
30 lines 728 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ExpressionEvaluator } from '../expressionEvaluator'; /** * Flatten an array into non-array values. You can optionally set the maximum depth to flatten to. */ export declare class Flatten extends ExpressionEvaluator { /** * Initializes a new instance of the [Flatten](xref:adaptive-expressions.Flatten) class. */ constructor(); /** * @private */ private static evaluator; /** * @private */ private static evalFlatten; /** * @private */ private static validator; } //# sourceMappingURL=flatten.d.ts.map