Files
projet_gestion_commande/frontend-admin/node_modules/whatwg-url-without-unicode/webidl2js-wrapper.js
T
2026-02-07 22:33:02 +01:00

8 lines
170 B
JavaScript

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