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