Kenty
Results
1
issues of
Kenty
https://github.com/yytypescript/book/edit/master/docs/reference/values-types-variables/object/object-literal.md Hello, In the current documentation, there is an example where the following code results in a TypeScript error: const person = new Object(); person.name = "Bob"; // Error: Property...