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