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