Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias UnwrapElementHandle
import { type UnwrapElementHandle } from "https://deno.land/x/pptr@1.2.0/src/EvalTypes.ts";

Unwraps a DOM element out of an ElementHandle instance

definition: X extends ElementHandle<infer E> ? E : X