bpms_site/.svn/pristine/fd/fd89f0ccaa81780d3bf22a525290bfb50680ea84.svn-base
2025-11-02 16:38:49 +03:30

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;