Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)