UNPKG

@convex-dev/better-auth

Version:
7 lines 465 B
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