better-auth
Version:
The most comprehensive authentication library for TypeScript.
22 lines (19 loc) • 633 B
TypeScript
import * as better_call from 'better-call';
import { H as HookEndpointContext } from '../shared/better-auth.SKjGCdIB.js';
import '../shared/better-auth.Bi8FQwDD.js';
import 'zod';
import '../shared/better-auth.BTuiucL9.js';
import 'jose';
import 'kysely';
import 'better-sqlite3';
import 'bun:sqlite';
declare const reactStartCookies: () => {
id: "react-start-cookies";
hooks: {
after: {
matcher(ctx: HookEndpointContext): true;
handler: (inputContext: better_call.MiddlewareInputContext<better_call.MiddlewareOptions>) => Promise<void>;
}[];
};
};
export { reactStartCookies };