import { Slice } from "https://deno.land/x/rimbu@1.1.0/actor/main/slice.ts";
Functions
Returns an object containing the combined reducer and action creators from the given input object. |
Type Aliases
Utility type to extract the state type from a given slice type. |
import { type Slice } from "https://deno.land/x/rimbu@1.1.0/actor/main/slice.ts";
An actor slice containing an action reducer for state of type S, and potentially action definitions.