Files
2026-03-13 15:46:10 +08:00

2 lines
85 B
TypeScript

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