chore: add exports in src/index.ts

This commit is contained in:
jslno
2025-11-07 15:53:50 +01:00
parent e490414338
commit f9cf71d944

View File

@@ -1,8 +1,8 @@
//#region Re-exports necessaries from core module
export type { StandardSchemaV1 } from "@better-auth/core";
export * from "@better-auth/core";
export { getCurrentAdapter } from "@better-auth/core/context";
export * from "@better-auth/core/db";
export * from "@better-auth/core/env";
export * from "@better-auth/core/error";
export * from "@better-auth/core/oauth2";
@@ -10,6 +10,7 @@ export * from "@better-auth/core/utils";
//#endregion
export type * from "better-call";
export * from "./auth";
export type * from "./plugins/access";
export * from "./types";
export * from "./utils";
// export this as we are referencing OAuth2Tokens in the `refresh-token` api as return type