UNPKG

autumn-js

Version:
14 lines (11 loc) 381 B
import { autumn } from './index.mjs'; import './createAutumnEndpoint-Clm1sxhQ.mjs'; import '@better-auth/core/api'; import './types.mjs'; type AutumnPlugin = typeof autumn; /** Client plugin for Autumn - provides type inference for auth client */ declare const autumnClient: () => { id: "autumn"; $InferServerPlugin: ReturnType<AutumnPlugin>; }; export { autumnClient };