adaptive-expressions
Version:
Common Expression Language
20 lines • 553 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 XML extends ExpressionEvaluator {
/**
* Initializes a new instance of the [EOL](xref:adaptive-expressions.EOL) class.
*/
constructor();
private static evaluator;
private static platformSpecificXML;
}
//# sourceMappingURL=xml.d.ts.map