javascript type
npm install javascript-type
jstype.js---类型检测库,弥补typeof的问题
``javascriptimport * as jstype from 'jstype'
javascriptimport * as jstype from 'jstype'
jstype.isNumber(1) // truejstype.isString(1) // false``