mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-02 12:00:03 +02:00
8 lines
170 B
JavaScript
8 lines
170 B
JavaScript
"use strict";
|
|
|
|
const URL = require("./lib/URL");
|
|
const URLSearchParams = require("./lib/URLSearchParams");
|
|
|
|
exports.URL = URL;
|
|
exports.URLSearchParams = URLSearchParams;
|