UNPKG

@clerk/nextjs

Version:

Clerk SDK for NextJS

12 lines 500 B
declare const isNext13: boolean; /** * Those versions are affected by a bundling issue that will break the application if `node:fs` is used inside a server function. * The affected versions are >=next@13.5.4 and <=next@14.0.4 */ declare const isNextWithUnstableServerActions: boolean; /** * Next.js 16+ renamed middleware.ts to proxy.ts */ declare const isNext16OrHigher: boolean; export { isNext13, isNextWithUnstableServerActions, isNext16OrHigher }; //# sourceMappingURL=sdk-versions.d.ts.map