/** * URL parser module. * * @license MIT * @version 2.1.0 * @author Dumitru Uzun (DUzun.Me) * @umd AMD, Browser, CommonJs, noDeps */ export { default } from "./url/URL";