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