mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 08:25:14 +00: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;
|