UNPKG

adaptive-expressions

Version:
22 lines 579 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ExpressionEvaluator } from '../expressionEvaluator'; /** * Convert the string version of a floating-point number to a floating-point number. */ export declare class Float extends ExpressionEvaluator { /** * Initializes a new instance of the [Float](xref:adaptive-expressions.Float) class. */ constructor(); /** * @private */ private static evaluator; } //# sourceMappingURL=float.d.ts.map