npm install @deot/helper-is类型判断
#### 公共
- type = typeof
- instance = instanceof
#### 独立
- nil = null
- undef = undefined
- string
- fn = function
- number
- bool
- array
- arrayBuffer
- arrayBufferView
- date
- blob
- file
- files = FileList
- params = URLSearchParams
- regexp
- formEl = HTMLFormElement
- formData
- object
- buffer
- stream
- plainObject