Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/node_modules.8/@smithy/url-parser/dist-es/
Upload File :
Current File : /home/infinitibizsol/.trash/node_modules.8/@smithy/url-parser/dist-es/index.js

import { parseQueryString } from "@smithy/querystring-parser";
export const parseUrl = (url) => {
    if (typeof url === "string") {
        return parseUrl(new URL(url));
    }
    const { hostname, pathname, port, protocol, search } = url;
    let query;
    if (search) {
        query = parseQueryString(search);
    }
    return {
        hostname,
        port: port ? parseInt(port) : undefined,
        protocol,
        path: pathname,
        query,
    };
};

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists