UNPKG

@lucia-auth/nextjs

Version:
4 lines (3 loc) 159 B
import type { User } from "lucia-auth"; export declare const getUser: () => Promise<Readonly<User> | null>; export declare const signOut: () => Promise<void>;