UNPKG

@clerk/nextjs

Version:

Clerk SDK for NextJS

7 lines 277 B
/** * Removes the Next.js basePath from the provided destination if set. * @param to Destination route to navigate to * @returns Destination without basePath, if set */ export declare function removeBasePath(to: string): string; //# sourceMappingURL=removeBasePath.d.ts.map