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

https://github.com/ppeeou/maketype

make type javascript
https://github.com/ppeeou/maketype

javascript js type

Last synced: 11 months ago
JSON representation

make type javascript

Awesome Lists containing this project

README

          

Welcome to 👋


MAKE TYPE

## Install

```sh
npm install maketype
```

#### make type
```
import { toPromise, toArray } from 'maketype'
```

#### check type
```
import { isString, isArray } from 'maketype'
```

### support

isNumber, toNumber,

isString, toString,

isObject,

isArray, toArray, isArrayLike

isPromise, toPromise,

isFunction,

isGenerator, isIterator, toIterator

## Author

👤 **hyunwoo.jo**

* Github: [@ppeeou](https://github.com/ppeeou)

## Show your support

Give a ⭐️ if this project helped you!

## Test
```
npm run test
```

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_