dashboard/frontend/node_modules/dom-helpers/cjs/isWindow.d.ts
2025-12-16 08:16:27 +09:00

1 line
85 B
TypeScript

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