English
Appearance
Determine whether the input value is a Set.
Set
import { isSet } from 'rattail' isSet(new Set()) // return true isSet({}) // return false
value
any
boolean