Files
2026-05-30 19:59:39 -03:00

2 lines
85 B
TypeScript

export default function isWindow(node: Element | Document | Window): Window | false;