dsherret / dsherret/conditional-type-checks
Add a function function eq<A, B>(x: IsExact<A, B>) {}
Open
- Dominant language
- TypeScript
- Stars
- 450
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
```ts
// before
asserts>(true)
// after
eq(true)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.