UNPKG

zod-server-actions

Version:

Simple utility library to create server actions in Next.js

3 lines (2 loc) 112 B
export { isResponseError } from "./types/guards"; export { ActionHandler, ActionHandlerFactory } from "./core";