Files
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +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;