UNPKG

rwsdk

Version:

Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime

8 lines (7 loc) 258 B
export function isActionResponse(value) { return (typeof value === "object" && value !== null && "__rw_action_response" in value && typeof value.__rw_action_response === "object" && value.__rw_action_response !== null); }