• Extracts the value on the current position of the store.

    Type Parameters

    • S

    • A

    Parameters

    • store: Store<S, A>

      The store to be extracted.

    Returns A

    The value on the current position.

Generated using TypeDoc