English
Appearance
Determine whether the input value is a symbol.
symbol
import { isSymbol } from 'rattail' isSymbol(Symbol('test')) // return true isSymbol('rattail') // return false
value
any
boolean