yurl
Version:
A URL manipulation library that offers support for daisy chaining, pathname resolution and query args manipulation.
14 lines (12 loc) • 393 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.URL = void 0;
const _URL = URL;
exports.URL = _URL;
if (typeof _URL === 'undefined') {
throw new Error(`
Missing URL implementation: https://developer.mozilla.org/en-US/docs/Web/API/URL
Consider using a polyfill or including https://www.npmjs.com/package/whatwg-url
in your project.
`);
}