UNPKG

adaptive-expressions

Version:
24 lines 723 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ExpressionEvaluator } from '../expressionEvaluator'; /** * Turn an array or object into an array of objects with index and value properties. * For arrays, the index is the position in the array. * For objects, it is the key for the value. */ export declare class IndicesAndValues extends ExpressionEvaluator { /** * Initializes a new instance of the [IndicesAndValues](xref:adaptive-expressions.IndicesAndValues) class. */ constructor(); /** * @private */ private static evaluator; } //# sourceMappingURL=indicesAndValues.d.ts.map