semblance/node_modules/dom-helpers/cjs/isWindow.d.ts
2025-12-19 19:26:16 +00:00

1 line
85 B
TypeScript
Executable file

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