UNPKG

zod-server-actions

Version:

Simple utility library to create server actions in Next.js

4 lines (3 loc) 296 B
export { isResponseError } from "./types/guards"; export { ActionHandler, type Config, type RetriesConfig, ActionHandlerFactory } from "./core"; export type { ActionResponse, CallbackFn, HandlerFn, ResponseError, ResponseSuccess, RetryProps, Handler, ActionRoutes, MakeRetries, } from "./types";