UNPKG

better-auth

Version:

The most comprehensive authentication library for TypeScript.

17 lines (14 loc) 699 B
import { b as AdapterConfig, C as CreateCustomAdapter, B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.BDi4weGR.cjs'; export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.BDi4weGR.cjs'; import '../shared/better-auth.Bi8FQwDD.cjs'; import 'zod'; import '../shared/better-auth._1abrCm_.cjs'; 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 };