ts-spec icon indicating copy to clipboard operation
ts-spec copied to clipboard

A small library for testing your types

Results 2 ts-spec issues
Sort by recently updated
recently updated
newest added

I would like a way to write a test like the following: ```typescript interface Foo { foo: string | number; } test("{ foo: 10 } is assignable to Foo", (t)...

The fix in #5 caused a regression in TS 4.8. In this version, `Uppercase | Lowercase | Capitalize | Uncapitalize` can't be resolved to anything and any conditional type mentioning...