Skip to content

junhey/javascript-type

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

javascript-type

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

如何使用

import * as jstype from 'javascript-type'

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

Releases

No releases published

Packages

No packages published