https://github.com/hipstersmoothie/javascript-to-d-ts
https://github.com/hipstersmoothie/javascript-to-d-ts
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hipstersmoothie/javascript-to-d-ts
- Owner: hipstersmoothie
- Created: 2020-04-17T18:20:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-17T18:48:12.000Z (about 5 years ago)
- Last Synced: 2025-01-10T23:50:18.600Z (4 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: