Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiatln/typeer
typescript utils
https://github.com/jiatln/typeer
Last synced: about 1 month ago
JSON representation
typescript utils
- Host: GitHub
- URL: https://github.com/jiatln/typeer
- Owner: JiatLn
- License: mit
- Created: 2022-07-12T01:33:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T03:09:02.000Z (over 2 years ago)
- Last Synced: 2024-04-26T14:05:46.798Z (7 months ago)
- Language: TypeScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 = 3type Test = IsInclude // true
```#### Is
- IsAny
- IsNumber
- IsNever
- IsEqual
- IsInclude## License
[MIT](./LICENSE) License © 2022 [JiatLn](https://github.com/JiatLn)