简体中文
Appearance
判断输入值是否为 Error 对象。
Error
import { isError } from 'rattail' isError(new Error('message')) // return true
val
any
boolean