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
- Host: GitHub
- URL: https://github.com/junhey/javascript-type
- Owner: junhey
- Created: 2019-01-24T02:28:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-24T02:44:20.000Z (over 7 years ago)
- Last Synced: 2026-05-14T09:36:03.847Z (about 2 months ago)
- Topics: javascript, jstype, type
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
javascript-type
---
类型检测库,弥补typeof的问题
### 如何使用
```javascript
import * as jstype from 'javascript-type'
jstype.isNumber(1) // true
jstype.isString(1) // false
```