https://github.com/gotbahn/jsdoc-and-typescript
Use TypeScript. Stay JavaScript
https://github.com/gotbahn/jsdoc-and-typescript
Last synced: about 1 year ago
JSON representation
Use TypeScript. Stay JavaScript
- Host: GitHub
- URL: https://github.com/gotbahn/jsdoc-and-typescript
- Owner: gotbahn
- Created: 2019-09-23T17:50:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T17:51:47.000Z (over 3 years ago)
- Last Synced: 2023-03-02T00:16:39.720Z (over 3 years ago)
- Language: JavaScript
- Homepage:
- Size: 2.05 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# JSDoc and Typescript
Showcase of defining static types with JSDoc under TypeScript validation
## Installation
```bash
npm i
```
## Usage
Try to pass wrong types and run
```bash
npm test
```