From 3d3b7be8b11947d88bb9a76bf2c4c9b03f87fc56 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sat, 24 Jun 2023 10:48:28 -0300 Subject: [PATCH] JavaScript: Why doesn't TypeScript properly type Object.keys? --- JavaScript.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/JavaScript.md b/JavaScript.md index 3ec66b0..0590ee0 100644 --- a/JavaScript.md +++ b/JavaScript.md @@ -1,2 +1,6 @@ - [Just.js](https://github.com/just-js/just) -- [TypeScript JSDoc](https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html) \ No newline at end of file +- [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. \ No newline at end of file