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

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

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
```