UNPKG

better-auth

Version:

The most comprehensive authentication framework for TypeScript.

10 lines (9 loc) 279 B
import { magicLink } from "./index.mjs"; //#region src/plugins/magic-link/client.d.ts declare const magicLinkClient: () => { id: "magic-link"; $InferServerPlugin: ReturnType<typeof magicLink>; }; //#endregion export { magicLinkClient }; //# sourceMappingURL=client.d.mts.map