import { Slice } from "https://deno.land/x/rimbu@1.1.0/actor/main/internal.ts";
const { combine } = Slice;
Returns an object containing the combined reducer and action creators from the given input object.
Type Parameters
SDef extends Record<string, Slice<any, any>>
Parameters
slices: SDef
- an object containing keyed slices to be combined