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

5 lines
147 B
TypeScript

/**
* Detects whether a given url is routable by the Next.js router (browser only).
*/
export declare function isLocalURL(url: string): boolean;