UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

3 lines (2 loc) 247 B
import type { ServiceDiscoveryEndpointType, ServiceDiscoveryResult } from './types'; export declare function createSDBackendURL(registryURL: string, sdType: ServiceDiscoveryEndpointType, sdResult: ServiceDiscoveryResult, subPath: string): string;