Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

isWindowLike

Checks if the given value is likely a Window object.

function isWindowLike(value: unknown): value is Window;
§
isWindowLike(value: unknown): value is Window
[src]

§Parameters

§
value: unknown
[src]

§Return Type

§
value is Window
[src]