Files
Shifted/node_modules/next/dist/lib/url.d.ts
2026-02-10 01:14:19 +00:00

4 lines
185 B
TypeScript

export declare function getPathname(url: string): string;
export declare function isFullStringUrl(url: string): boolean;
export declare function parseUrl(url: string): URL | undefined;