adaptive-expressions
Version:
Common Expression Language
30 lines • 679 B
TypeScript
/**
* @module adaptive-expressions
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { ExpressionEvaluator } from '../expressionEvaluator';
/**
* Return the newline string according to the environment.
*/
export declare class EOL extends ExpressionEvaluator {
/**
* Initializes a new instance of the [EOL](xref:adaptive-expressions.EOL) class.
*/
constructor();
/**
* @private
*/
private static evaluator;
/**
* @private
*/
private static platformSpecificEOL;
/**
* @private
*/
private static validator;
}
//# sourceMappingURL=eol.d.ts.map