electron / electron/typescript-definitions
Use `unknown` instead of `any`
Open
- Dominant language
- TypeScript
- Stars
- 131
- Forks
- 37
- Avg merge
- 6h
- Merged PRs (30d)
- 2
Description
`unknown` is the type-safe version of `any` and should be preferred.
https://stackoverflow.com/questions/51439843/typescript-3-0-unknown-vs-any
Contributor guide
Assessment
This issue has not been assessed yet.