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