@convex-dev/better-auth
Version:
A Better Auth component for Convex.
7 lines • 465 B
TypeScript
import { convexAdapter } from "./adapter.js";
import { createClient } from "./create-client.js";
import type { AuthFunctions, Triggers } from "./create-client.js";
import { createApi } from "./create-api.js";
import type { CreateAuth, EventFunction, GenericCtx } from "../utils/index.js";
export { convexAdapter, createClient, createApi, type CreateAuth, type EventFunction, type GenericCtx, type Triggers, type AuthFunctions, };
//# sourceMappingURL=index.d.ts.map