1 line
85 B
TypeScript
Executable file
1 line
85 B
TypeScript
Executable file
export default function isWindow(node: Element | Document | Window): Window | false;
|