UNPKG

polen

Version:

A framework for delightful GraphQL developer portals

6 lines 284 B
import { Superjson } from '#dep/superjson/index'; import { SuperjsonCodecs } from '#lib/superjson-codec/index'; const superjson = new Superjson.SuperJSON(); SuperjsonCodecs.register(superjson, SuperjsonCodecs.GraphQLSchema); export { superjson }; //# sourceMappingURL=superjson.js.map