UNPKG

better-auth

Version:

The most comprehensive authentication framework for TypeScript.

16 lines (15 loc) 547 B
import * as _better_auth_core0 from "@better-auth/core"; import * as better_call133 from "better-call"; //#region src/integrations/tanstack-start.d.ts declare const tanstackStartCookies: () => { id: "tanstack-start-cookies"; hooks: { after: { matcher(ctx: _better_auth_core0.HookEndpointContext): true; handler: (inputContext: better_call133.MiddlewareInputContext<better_call133.MiddlewareOptions>) => Promise<void>; }[]; }; }; //#endregion export { tanstackStartCookies }; //# sourceMappingURL=tanstack-start.d.mts.map