mirror of
https://github.com/Dan6erbond/sk-auth.git
synced 2025-06-17 01:17:13 +02:00
5 lines
202 B
TypeScript
5 lines
202 B
TypeScript
export { Auth as SvelteKitAuth } from "./auth";
|
|
export type { JWT, Session, User } from "./interfaces";
|
|
export * as Providers from "./providers";
|
|
export type { CallbackResult, Profile } from "./types";
|