(client: Client, getOrganizationId: () => string, gate?: SignupGate)
| 337 | }; |
| 338 | |
| 339 | const createAuthInstance = (client: Client, getOrganizationId: () => string, gate?: SignupGate) => |
| 340 | betterAuth(makeAuthOptions(client, getOrganizationId, gate)); |
| 341 | |
| 342 | export type Auth = ReturnType<typeof createAuthInstance>; |
| 343 |
no test coverage detected