javascript-type 类型检测库,弥补typeof的问题 如何使用 import * as jstype from 'javascript-type' jstype.isNumber(1) // true jstype.isString(1) // false