(client: Client, getOrganizationId: () => string, gate?: SignupGate)
| 282 | }; |
| 283 | |
| 284 | const createAuthInstance = (client: Client, getOrganizationId: () => string, gate?: SignupGate) => |
| 285 | betterAuth(makeAuthOptions(client, getOrganizationId, gate)); |
| 286 | |
| 287 | export type Auth = ReturnType<typeof createAuthInstance>; |
| 288 |
no test coverage detected