UNPKG

adaptive-expressions

Version:
22 lines 683 B
/** * @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 uniform resource identifier (URI) encoded string, effectively decoding the URI-encoded string. */ export declare class UriComponentToString extends ExpressionEvaluator { /** * Initializes a new instance of the [UriComponentToString](xref:adaptive-expressions.UriComponentToString) class. */ constructor(); /** * @private */ private static evaluator; } //# sourceMappingURL=uriComponentToString.d.ts.map