UNPKG

zod-server-actions

Version:

Simple utility library to create server actions in Next.js

4 lines (3 loc) 163 B
export { ActionHandler } from "./action-handler"; export { ActionHandlerFactory, type RetriesConfig } from "./handler-factory"; export { Config } from "./config";