Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliendargelos/type
A type checking javascript library.
https://github.com/juliendargelos/type
Last synced: 4 days ago
JSON representation
A type checking javascript library.
- Host: GitHub
- URL: https://github.com/juliendargelos/type
- Owner: juliendargelos
- Created: 2019-01-24T07:33:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T21:18:37.000Z (almost 6 years ago)
- Last Synced: 2024-11-11T05:39:01.611Z (2 months ago)
- Language: JavaScript
- Size: 1010 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Type
[![Maintainability](https://api.codeclimate.com/v1/badges/8a8977d0128624b2be8e/maintainability)](https://codeclimate.com/github/juliendargelos/type/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/8a8977d0128624b2be8e/test_coverage)](https://codeclimate.com/github/juliendargelos/type/test_coverage)A type checking javascript library.
### Install
With yarn:
```shell
yarn add @juliendargelos/type
```With npm:
```shell
npm install @juliendargelos/type --save
```### Links
- [Getting started](https://juliendargelos.github.io/type/tutorial-getting-started)
- [Documentation](https://juliendargelos.github.io/type)
- [Repository](https://github.com/juliendargelos/type)
- [Issues](https://github.com/juliendargelos/type/issues)