• Fetches the data at position from store.

    Type Parameters

    • W

    Parameters

    • com: Comonad<W>

      The instance of Comonad for W.

    Returns (<S>(position) => (<A>(store) => A))

    The fetched data.

      • <S>(position): (<A>(store) => A)
      • Type Parameters

        • S

        Parameters

        • position: S

        Returns (<A>(store) => A)

          • <A>(store): A
          • Type Parameters

            • A

            Parameters

            Returns A

Generated using TypeDoc