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

https://github.com/hipstersmoothie/javascript-to-d-ts


https://github.com/hipstersmoothie/javascript-to-d-ts

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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 `typedef`s between files! :tada: