English
Appearance
Determine whether the input value is the global window object.
window
import { isWindow } from 'rattail' isWindow(window) // return true isWindow({}) // return false
value
any
boolean