UNPKG

@scalar/oas-utils

Version:

Open API spec and Yaml handling utilities

5 lines 206 B
/** * Pass an URL or a relative URL and get an absolute URL */ export declare const makeUrlAbsolute: (url?: string, baseUrl?: string) => string | undefined; //# sourceMappingURL=make-url-absolute.d.ts.map