UNPKG

@redocly/respect-core

Version:
8 lines 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getInputUrl = getInputUrl; function getInputUrl(input) { const url = typeof input === 'string' ? input : input.url; return new URL(url); } //# sourceMappingURL=get-input-url.js.map