简体中文
Appearance
判断输入值是否是数组。
import { isArray } from 'rattail' isArray([]) // return true isArray({}) // return false
value
any
boolean