Files
novarix.uk/node_modules/next/dist/shared/lib/router/utils/is-local-url.d.ts
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02: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;