adaptive-expressions
Version:
Common Expression Language
26 lines • 637 B
TypeScript
/**
* @module adaptive-expressions
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { ExpressionEvaluator } from '../expressionEvaluator';
/**
* Return the query value of a unified resource identifier (URI).
*/
export declare class UriQuery extends ExpressionEvaluator {
/**
* Initializes a new instance of the [UriQuery](xref:adaptive-expressions.UriQuery) class.
*/
constructor();
/**
* @private
*/
private static evaluator;
/**
* @private
*/
private static evalUriQuery;
}
//# sourceMappingURL=uriQuery.d.ts.map