Type alias ReadFunction<V>

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

Type Parameters

  • V

Type declaration

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

      Returns

      value

      Returns V

Generated using TypeDoc