UNPKG

adaptive-expressions

Version:
22 lines 547 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ExpressionEvaluator } from '../expressionEvaluator'; /** * Return true if a given input is an array. */ export declare class IsArray extends ExpressionEvaluator { /** * Initializes a new instance of the [IsArray](xref:adaptive-expressions.IsArray) class. */ constructor(); /** * @private */ private static evaluator; } //# sourceMappingURL=isArray.d.ts.map