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

https://github.com/junhey/javascript-type

javascript type
https://github.com/junhey/javascript-type

javascript jstype type

Last synced: about 11 hours ago
JSON representation

javascript type

Awesome Lists containing this project

README

          

javascript-type
---
类型检测库,弥补typeof的问题

### 如何使用

```javascript
import * as jstype from 'javascript-type'

jstype.isNumber(1) // true
jstype.isString(1) // false
```