Files
williammarch.xyz/node_modules/next/dist/lib/url.d.ts
2026-04-02 19:13:46 +01:00

3 lines
121 B
TypeScript

export declare function getPathname(url: string): string;
export declare function isFullStringUrl(url: string): boolean;