UNPKG

adaptive-expressions

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