Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 276 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 276 Bytes

Types Generation for JavaScript

This repo uses typescript to generate .d.ts files from jsDoc annotations. Write your code in pure JS and emit type decelerations!

This repo also shows how to have a global types file so you can share jsDoc typedefs between files! 🎉