UNPKG

adaptive-expressions

Version:
26 lines 668 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ExpressionEvaluator } from '../expressionEvaluator'; /** * Returns a subarray from specified start and end positions. Index values start with the number 0. */ export declare class SubArray extends ExpressionEvaluator { /** * Initializes a new instance of the [SubArray](xref:adaptive-expressions.SubArray) class. */ constructor(); /** * @private */ private static evaluator; /** * @private */ private static validator; } //# sourceMappingURL=subArray.d.ts.map