UNPKG

@scalar/api-client

Version:

the open source API testing client

6 lines 342 B
import type { ServerObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document'; /** * Processes a server URL by replacing variables with their default values and merging with the path */ export declare const processServerUrl: (server: ServerObject, path: string) => string; //# sourceMappingURL=process-server-url.d.ts.map