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
- Host: GitHub
- URL: https://github.com/ppeeou/maketype
- Owner: ppeeou
- License: mit
- Created: 2019-07-05T14:39:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-11T14:30:38.000Z (over 2 years ago)
- Last Synced: 2024-11-11T20:41:25.889Z (over 1 year ago)
- Topics: javascript, js, type
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/maketype
- Size: 50.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)_