spec.ts
spec.ts copied to clipboard
Write tests for your types!
Results
1
spec.ts issues
Sort by
recently updated
recently updated
newest added
it would be cool to have a negative assertion that ensures that a given L type does NOT conform to R type e.g. ``` assert("hi", _ as "hi") // compiles...