/
githubmirror
/
trpc
Обзор
Документация
Войти
/
githubmirror
/
trpc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/minimal/src/shared/transformer.ts
8 строк
343 B
Alex / KATT
chore: fix stackblitz output types (#6346)
30 дек 2024, 00:01
Не верифицирован
30 дек 2024, 00:01
1ad1a1e
Код
Авторство
О чём код?
/** * If you need to add transformers for special data types like `Temporal.Instant` or `Temporal.Date`, `Decimal.js`, etc you can do so here. * Make sure to import this file rather than `superjson` directly. * @see https://github.com/blitz-js/superjson#recipes */ import superjson from 'superjson'; export const transformer = superjson;