JavaScript: Why doesn't TypeScript properly type Object.keys?
This commit is contained in:
parent
82034cbeaf
commit
3d3b7be8b1
1 changed files with 5 additions and 1 deletions
|
@ -1,2 +1,6 @@
|
|||
- [Just.js](https://github.com/just-js/just)
|
||||
- [TypeScript JSDoc](https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html)
|
||||
|
||||
## TypeScript
|
||||
|
||||
- [Why doesn't TypeScript properly type Object.keys?](https://alexharri.com/blog/typescript-structural-typing) te enseña sobre algo básico de TypeScript (structural typing) y como usarlo para escribir código más limpio.
|
Reference in a new issue