Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/casaub0n/type-exercises

Type Execises for TypeScript
https://github.com/casaub0n/type-exercises

typescript

Last synced: about 2 months ago
JSON representation

Type Execises for TypeScript

Awesome Lists containing this project

README

        

# TypeScriptの型演習
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest) [![jest](https://jestjs.io/img/jest-badge.svg)](https://github.com/facebook/jest)

[TypeScriptの型演習](https://qiita.com/uhyo/items/e4f54ef3b87afdd65546) ←これをやる

# Usage
## install
```console
$ yarn install
```

## script start
```console
$ yarn start
```

## test
```console
$ yarn test:jest
```

## test watch
```console
$ yarn test:watch
```

## type check
```console
$ yarn test:ts
```