k8s-set-context/node_modules/whatwg-url/webidl2js-wrapper.js
2021-12-07 13:18:08 -05:00

8 lines
172 B
JavaScript

"use strict";
const URL = require("./dist/URL");
const URLSearchParams = require("./dist/URLSearchParams");
exports.URL = URL;
exports.URLSearchParams = URLSearchParams;