/opt/canhelp/node_modules/socket.io-client/build/esm-debug
NameSizeModeActions
contrib/-0755rm
browser-entrypoint.d.ts520644editdlrm
browser-entrypoint.js520644editdlrm
index.d.ts9800644editdlrm
index.js17600644editdlrm
manager.d.ts73250644editdlrm
manager.js114500644editdlrm
on.d.ts1580644editdlrm
on.js1230644editdlrm
package.json750644editdlrm
socket.d.ts171340644editdlrm
socket.js269340644editdlrm
url.d.ts7360644editdlrm
url.js19080644editdlrm
Edit: /opt/canhelp/node_modules/socket.io-client/build/esm-debug/url.d.ts (736B)
type ParsedUrl = { source: string; protocol: string; authority: string; userInfo: string; user: string; password: string; host: string; port: string; relative: string; path: string; directory: string; file: string; query: string; anchor: string; pathNames: Array; queryKey: { [key: string]: string; }; id: string; href: string; }; /** * URL parser. * * @param uri - url * @param path - the request path of the connection * @param loc - An object meant to mimic window.location. * Defaults to window.location. * @public */ export declare function url(uri: string | ParsedUrl, path?: string, loc?: Location): ParsedUrl; export {};