mirror of
https://github.com/rjNemo/federation
synced 2026-06-09 11:36:39 +00:00
6 lines
No EOL
210 B
JavaScript
6 lines
No EOL
210 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
var url_1 = require("url");
|
|
exports.URL = url_1.URL;
|
|
exports.URLSearchParams = url_1.URLSearchParams;
|
|
//# sourceMappingURL=url.js.map
|