Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/actor/main/index.ts>Slice.combine

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
function Slice.combine
import { Slice } from "https://deno.land/x/rimbu@1.0.4/actor/main/index.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