Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jiatln/typeer

typescript utils
https://github.com/jiatln/typeer

Last synced: about 1 month ago
JSON representation

typescript utils

Awesome Lists containing this project

README

        

# Typeer

[![NPM version](https://img.shields.io/npm/v/typeer?color=a1b858&label=)](https://www.npmjs.com/package/typeer)

> TODO

### Install

```bash
npm i typeer
```

### Usage

```ts
import type { IsEqual } from 'typeer'

type A = [1, 2, 3, 4, 5]
type B = 3

type Test = IsInclude // true
```

#### Is

- IsAny
- IsNumber
- IsNever
- IsEqual
- IsInclude

## License

[MIT](./LICENSE) License © 2022 [JiatLn](https://github.com/JiatLn)