UNPKG

adaptive-expressions

Version:
26 lines 621 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ExpressionEvaluator } from '../expressionEvaluator'; /** * Return a string that has all the items from an array, with each character separated by a delimiter. */ export declare class Join extends ExpressionEvaluator { /** * Initializes a new instance of the Join class. */ constructor(); /** * @private */ private static evaluator; /** * @private */ private static validator; } //# sourceMappingURL=join.d.ts.map