UNPKG

next

Version:

The React Framework

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