简体中文
Appearance
判断输入值是否是 Set。
Set
import { isSet } from 'rattail' isSet(new Set()) // return true isSet({}) // return false
value
any
boolean