import { type Reducer } from "https://deno.land/x/rimbu@1.2.0/core/mod.ts";
const { CombineShape } = Reducer;
Type defining the allowed shape of reducer combinations.
definition: Reducer<T, unknown> | CombineShape<T>[] | { [key: string]: CombineShape<T>; }