We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometime assert<Equals<A,B>> give an error when infact it shoud work.
assert<Equals<A,B>>
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, {}>>.
assert<Equals<typeof rest, {}>>
Investigate if https://github.com/SamVerschueren/tsd has better results.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: