• Converts the store into a tuple of its fields.

    Type Parameters

    • S

    • W

    • A

    Parameters

    • store: StoreT<S, W, A>

      The store to be converted.

    Returns Tuple<Get1<W, ((s) => A)>, S>

    The tuple of store's fields.

Generated using TypeDoc