hyperweb-io / hyperweb-io/ts-codegen
Use Record<string, never> instead of {}
Open
- Dominant language
- TypeScript
- Stars
- 126
- Forks
- 31
- Avg merge
- 19m
- Merged PRs (30d)
- 2
Description
We should use `Record` instead of `{}` because it is much more type-safe due to the fact that `{}` can be any object.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.