Type Alias Pointer<T>

Pointer<T>: (() => T) | T

A pointer to a value or a function that returns a value by reference.

Type Parameters

  • T

    The type of the value to point to.