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

onmouseup

Fires when the user releases a mouse button while the mouse is over the object.

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