UNPKG

better-auth

Version:

The most comprehensive authentication framework for TypeScript.

3 lines 248 B
import { AdminOptions, InferAdminRolesFromOption, SessionWithImpersonatedBy, UserWithRole } from "./types.mjs"; import { admin } from "./admin.mjs"; export { AdminOptions, InferAdminRolesFromOption, SessionWithImpersonatedBy, UserWithRole, admin };