UNPKG

better-auth

Version:

The most comprehensive authentication framework for TypeScript.

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