Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 469 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 469 Bytes

Type Javascript without Typescript

Is it possible to write a Javascript file without using .ts files? How can we make our Javascript library compatible with Typescript? Typescript has some features over Javascript, but the main reason people use Typescript is typing code. We will see how to validate types and generate definition types using Javascript files.

Slides

You can access to the talk slide: https://jorgecasar.es/en/talks/codemotion-madrid-2024/