mirror of
https://github.com/Azure/setup-kubectl
synced 2025-09-23 12:07:59 +00:00
7 lines
172 B
JavaScript
7 lines
172 B
JavaScript
"use strict";
|
|
|
|
const URL = require("./dist/URL");
|
|
const URLSearchParams = require("./dist/URLSearchParams");
|
|
|
|
exports.URL = URL;
|
|
exports.URLSearchParams = URLSearchParams;
|