UNPKG

better-auth

Version:

The most comprehensive authentication library for TypeScript.

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