• Extends the store with the extracting function fn.

    Type Parameters

    • S

    • A

    • B

    Parameters

    • mapper: ((sa) => B)
        • (sa): B
        • Parameters

          Returns B

    Returns ((store) => Store<S, B>)

    The extended store.

Generated using TypeDoc