UNPKG

@trpc/server

Version:

The tRPC server library

8 lines (5 loc) 122 B
'use strict'; const defaultFormatter = ({ shape })=>{ return shape; }; exports.defaultFormatter = defaultFormatter;