adaptive-expressions
Version:
Common Expression Language
22 lines • 529 B
TypeScript
/**
* @module adaptive-expressions
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { ExpressionEvaluator } from '../expressionEvaluator';
/**
* Return the integer version of a string.
*/
export declare class Int extends ExpressionEvaluator {
/**
* Initializes a new instance of the [Int](xref:adaptive-expressions.Int) class.
*/
constructor();
/**
* @private
*/
private static evaluator;
}
//# sourceMappingURL=int.d.ts.map