Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/casaub0n/type-exercises
- Owner: casaub0n
- Created: 2019-02-27T08:11:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T17:12:25.000Z (about 2 years ago)
- Last Synced: 2023-02-28T12:26:42.111Z (almost 2 years ago)
- Topics: typescript
- Language: TypeScript
- Homepage:
- Size: 1.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
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
```