mirror of
https://github.com/better-auth/better-auth.git
synced 2026-06-01 20:06:41 -05:00
chore: add exports in src/index.ts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user