UNPKG

adaptive-expressions

Version:
22 lines 543 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ExpressionEvaluator } from '../expressionEvaluator'; /** * Return the first item from a string or array. */ export declare class First extends ExpressionEvaluator { /** * Initializes a new instance of the [First](xref:adaptive-expressions.First) class. */ constructor(); /** * @private */ private static evaluator; } //# sourceMappingURL=first.d.ts.map