Type alias ReadFunction<V>

ReadFunction<V>: (() => V)

Type Parameters

  • V

Type declaration

    • (): V
    • Handle reading of a single value.

      Returns V

      value

Generated using TypeDoc