UNPKG

adaptive-expressions

Version:
22 lines 581 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ExpressionEvaluator } from '../expressionEvaluator'; /** * Return an integer array that starts from a specified integer with the given length. */ export declare class Range extends ExpressionEvaluator { /** * Initializes a new instance of the [Range](xref:adaptive-expressions.Range) class. */ constructor(); /** * @private */ private static evaluator; } //# sourceMappingURL=range.d.ts.map