better-auth
Version:
The most comprehensive authentication framework for TypeScript.
14 lines (13 loc) • 387 B
text/typescript
import { username } from "./index.mjs";
//#region src/plugins/username/client.d.ts
declare const usernameClient: () => {
id: "username";
$InferServerPlugin: ReturnType<typeof username>;
atomListeners: {
matcher: (path: string) => path is "/sign-in/username";
signal: "$sessionSignal";
}[];
};
//#endregion
export { usernameClient };
//# sourceMappingURL=client.d.mts.map