UNPKG

adaptive-expressions

Version:
22 lines 566 B
/** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { ExpressionEvaluator } from '../expressionEvaluator'; /** * Return a data uniform resource identifier (URI) of a string. */ export declare class DataUri extends ExpressionEvaluator { /** * Initializes a new instance of the [DataUri](xref:adaptive-expressions.DataUri) class. */ constructor(); /** * @private */ private static evaluator; } //# sourceMappingURL=dataUri.d.ts.map