1.5.0 • Published 6 years ago
zhen-check v1.5.0
#zhen-check a tool of checking type of data
##Introduction a tool of checking type of data
##Useage It's simple.
//import plugin
import check from 'zhen-check'
check("data")
check({})
check([])
返回类型 'string', "boolean", 'number', 'null', "undefined", 'array', 'object', 'set', 'map', 'symbol', 'function', 'NaN' 等 ##Keywords js check javascript