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