• Maps data value of the store with f.

    Type Parameters

    • A

    • B

    Parameters

    • fn: ((a) => B)
        • (a): B
        • Parameters

          • a: A

          Returns B

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

    The mapped store.

      • <S>(store): Store<S, B>
      • Type Parameters

        • S

        Parameters

        Returns Store<S, B>

Generated using TypeDoc