Files
kan/packages/auth/src/index.ts
2025-05-02 23:40:34 +01:00

7 lines
130 B
TypeScript

import { auth } from "./auth";
import { authClient } from "./clients";
export const name = "auth";
export { auth, authClient };