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