UNPKG

@clerk/nextjs

Version:

Clerk SDK for NextJS

5 lines 350 B
import type { AccountlessApplication } from '@clerk/backend'; declare function getKeylessCookieName(): Promise<string>; declare function getKeylessCookieValue(getter: (cookieName: string) => string | undefined): Promise<AccountlessApplication | undefined>; export { getKeylessCookieValue, getKeylessCookieName }; //# sourceMappingURL=keyless.d.ts.map