UNPKG

adaptive-expressions

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