English
Appearance
Determine whether the input value is an Error object.
Error
import { isError } from 'rattail' isError(new Error('message')) // return true
val
any
boolean