UNPKG

rsc-superjson

Version:

A superjson wrapper for React Server Components (RSC) and Next.js

4 lines 222 B
import { callSuperjsonAction, SuperjsonAction } from "./superjson-action"; import { withSuperjson } from "./with-superjson"; export { withSuperjson, SuperjsonAction, callSuperjsonAction }; //# sourceMappingURL=index.js.map