mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-22 19:59:26 +08:00
d7506e9702
Co-authored-by: Oliver King <oking3@uncc.edu>
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;
|