mirror of
https://github.com/Azure/k8s-set-context.git
synced 2026-04-28 22:22:15 +08:00
8 lines
172 B
JavaScript
8 lines
172 B
JavaScript
"use strict";
|
|
|
|
const URL = require("./dist/URL");
|
|
const URLSearchParams = require("./dist/URLSearchParams");
|
|
|
|
exports.URL = URL;
|
|
exports.URLSearchParams = URLSearchParams;
|