Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
mudeer-web-backup30April26
/
node_modules
/
next
/
dist
/
lib
/
Filename :
url.d.ts
back
Copy
import type { UrlWithParsedQuery } from 'url'; export declare function isFullStringUrl(url: string): boolean; export declare function parseUrl(url: string): URL | undefined; export declare function parseReqUrl(url: string): UrlWithParsedQuery | undefined; export declare function stripNextRscUnionQuery(relativeUrl: string): string;