tsafe icon indicating copy to clipboard operation
tsafe copied to clipboard

Investigate tsd implementation

Open garronej opened this issue 1 year ago • 0 comments

Sometime assert<Equals<A,B>> give an error when infact it shoud work.

Like for example here:

https://github.com/codegouvfr/react-dsfr/blob/842f7b820f296553593ac68aff1e72f620f030f8/src/Alert.tsx#L98

We should be able to write assert<Equals<typeof rest, {}>>.

Investigate if https://github.com/SamVerschueren/tsd has better results.

garronej avatar Jul 19 '23 00:07 garronej