UNPKG

rsc-superjson

Version:

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

7 lines 251 B
"use client"; import SuperJSON from "superjson"; export default function RegisterSuperjsonCustomTypesClientside({ registerCustomTypes, }) { registerCustomTypes(SuperJSON); return null; } //# sourceMappingURL=register-custom-types-client.js.map