Skip to main content
Up or down tonavigateEnter toselectEscape toclose⌘⇧KAI

type alias Deno.PointerValue

Pointers are represented either with a PointerObject object or a null if the pointer is null.

Type Parameters #

#T = unknown

Definition #

null | PointerObject<T>