summaryrefslogtreecommitdiff
path: root/school/node_modules/whatwg-url/webidl2js-wrapper.js
blob: 849f6a7a13f219862d3e403bdb9b779b99ddf6a7 (plain)
1
2
3
4
5
6
7
"use strict";

const URL = require("./dist/URL");
const URLSearchParams = require("./dist/URLSearchParams");

exports.URL = URL;
exports.URLSearchParams = URLSearchParams;