UNPKG

@convex-dev/better-auth

Version:
9 lines 603 B
import { RunActionCtx, RunCtx, RunMutationCtx, RunQueryCtx } from "../client"; export declare const requireEnv: (name: string) => string; export declare const isQueryCtx: (ctx: RunCtx) => ctx is RunQueryCtx; export declare const isMutationCtx: (ctx: RunCtx) => ctx is RunMutationCtx; export declare const isActionCtx: (ctx: RunCtx) => ctx is RunActionCtx; export declare const requireQueryCtx: (ctx: RunCtx) => RunQueryCtx; export declare const requireMutationCtx: (ctx: RunCtx) => RunMutationCtx; export declare const requireActionCtx: (ctx: RunCtx) => RunActionCtx; //# sourceMappingURL=index.d.ts.map