|
|
|
|
|
by sadlion
3353 days ago
|
|
How does one validate typescript models at runtime? I have seen combinations of JSON schema and validator libraries but I'd love to do it using typescript's type system. From my understanding, it doesn't work because of type erasure. |
|