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

onmouseout

Fires when the user moves the mouse pointer outside the boundaries of the object.

var onmouseout: ((this: Window, ev: MouseEvent) => any) | null;