Skip to main content
Module

x/rimbu/mod.ts>AsyncReducer.CombineShape

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
type alias AsyncReducer.CombineShape
import { type AsyncReducer } from "https://deno.land/x/rimbu@1.2.0/mod.ts";
const { CombineShape } = AsyncReducer;

Type defining the allowed shape of async reducer combinations.

Type Parameters

optional
T = unknown
definition: AsyncReducer.Accept<T, unknown> | AsyncReducer.CombineShape<T>[] | { [key: string]: AsyncReducer.CombineShape<T>; }

Type Parameters

optional
T = unknown
definition: AsyncReducer.Accept<T, unknown> | AsyncReducer.CombineShape<T>[] | { [key: string]: AsyncReducer.CombineShape<T>; }