UNPKG

@lucia-auth/sveltekit

Version:
3 lines (2 loc) 119 B
import { Auth } from "lucia-auth"; export declare const handleHooks: (auth: Auth) => (data: any) => Promise<Response>;