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