Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 195 Bytes

File metadata and controls

12 lines (9 loc) · 195 Bytes

javascript-type

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

如何使用

import * as jstype from 'javascript-type'

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