6 ms·
if you also wanted to pull in a node framework for deserilization you could import something like `zod` to have the similar level of nice error messages when in
by blacha 4y ago
if you also wanted to pull in a node framework for deserilization you could import something like `zod` to have the similar level of nice error messages when invalid input is encountered.
If you were in typescript, zod would also automatically generate your interfaces too.