SuperJSON serializers/deserializers for Temporal types.
This depends on the temporal-polyfill package.
import { registerSuperJSONTemporal } from "superjson-temporal";
import { default as SuperJSON } from "superjson";
registerSuperJSONTemporal(SuperJSON);
This will automatically add serializers/deserializers for Temporal types to SuperJSON.
Apache-2.0