Y
Hacker News
new
|
ask
|
show
|
jobs
by
afavour
1366 days ago
At some point I used a TS->JSONSchema generator and that worked out pretty great. Obviously it would be greater to be built into the language but I think that's always going to be out of scope of what TS aims to do.
1 comments
dtech
1366 days ago
Yep, it works pretty well if you combine it with a JSON schema validator and call the validator in a isX(data: unknown): data is X type guard.
link