An open API service indexing awesome lists of open source software.

https://github.com/jorgecasar/typing-javascript

Example code for the talk Type Javascript without Typescript
https://github.com/jorgecasar/typing-javascript

eslint javascript quality-code typescript

Last synced: 24 days ago
JSON representation

Example code for the talk Type Javascript without Typescript

Awesome Lists containing this project

README

          

# 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: