(client: Client, getOrganizationId: () => string, gate?: SignupGate)
| 239 | }; |
| 240 | |
| 241 | const createAuthInstance = (client: Client, getOrganizationId: () => string, gate?: SignupGate) => |
| 242 | betterAuth(makeAuthOptions(client, getOrganizationId, gate)); |
| 243 | |
| 244 | export type Auth = ReturnType<typeof createAuthInstance>; |
| 245 |
no test coverage detected