UNPKG

projen

Version:

CDK for software projects

8 lines 512 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.URLSearchParams = exports.URL = void 0; var URLImpl_1 = require("./URLImpl"); Object.defineProperty(exports, "URL", { enumerable: true, get: function () { return URLImpl_1.URLImpl; } }); var URLSearchParamsImpl_1 = require("./URLSearchParamsImpl"); Object.defineProperty(exports, "URLSearchParams", { enumerable: true, get: function () { return URLSearchParamsImpl_1.URLSearchParamsImpl; } }); //# sourceMappingURL=index.js.map