UNPKG

better-auth

Version:

The most comprehensive authentication library for TypeScript.

18 lines (15 loc) 714 B
import { b as AdapterConfig, C as CreateCustomAdapter, B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.Bs_C2zap.mjs'; export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.Bs_C2zap.mjs'; import '../shared/better-auth.Bi8FQwDD.mjs'; import 'zod'; import '../shared/better-auth.DNEJbRnE.mjs'; import 'jose'; import 'kysely'; import 'better-call'; import 'better-sqlite3'; import 'bun:sqlite'; declare const createAdapter: ({ adapter, config: cfg, }: { config: AdapterConfig; adapter: CreateCustomAdapter; }) => (options: BetterAuthOptions) => Adapter; export { AdapterConfig, CreateCustomAdapter, createAdapter };